#650105

Color #650105 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #650105

Tints of Burgundy #650105

Color information

#650105 (or 0x650105) is unknown color: approx Burgundy. HEX triplet: 65, 01 and 05. RGB value is (101,1,5). Sum of RGB (Red+Green+Blue) = 101+1+5=107 (14% of max value = 765). Red value is 101 (39.84% from 255 or 94.39% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 101 - color contains mainly: red. Hex color #650105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650105 is #9AFEFA. Grayscale: #1F1F1F. Windows color (decimal): -10157819 or 328037. OLE color: 328037.

HSL color Cylindrical-coordinate representation of color #650105: hue angle of 357.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB10115-
CMYK00.990.950.60
HSL357.6º98.04%20%-
HSV(B)357.6º99.01%39.61%-
XYZ5.412.80.4-
YUV31.36113.13177.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 94.39%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=94.39%
G=0.93%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011500.990.950.60357.698.0420
Hex65150635F3C1666214
Octal1451501431377454614224
Binary11001011101011000111011111111100101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650105; }

 p { color: rgb(101,1,5); }

 H1.HeaderClassName
 {
   color: #650105;
 }
 .AnyTagClassName
 {
   color: #650105;
 }
</style>
background-color css

<style>
 a { background-color: #650105; }

 a { background-color: rgb(101,1,5); }

 div.DivClassName
 {
   background-color: #650105;
 }
 .BgClassName
 {
   background-color: #650105;
 }
</style>
border-color css

<style>
 span { border-color: #650105; }

 span { border-color: rgb(101,1,5); }

 td.TdClassName
 {
   border-color: #650105;
 }
 .TagClassName
 {
   border-color: #650105;
 }
</style>