#660105

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

Shades of Burgundy #660105

Tints of Burgundy #660105

Color information

#660105 (or 0x660105) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 05. RGB value is (102,1,5). Sum of RGB (Red+Green+Blue) = 102+1+5=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660105 is #99FEFA. Grayscale: #1F1F1F. Windows color (decimal): -10092283 or 328038. OLE color: 328038.

HSL color Cylindrical-coordinate representation of color #660105: hue angle of 357.62º 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 #660105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB10215-
CMYK00.990.950.6
HSL357.62º98.06%20.2%-
HSV(B)357.62º99.02%40%-
XYZ5.522.860.4-
YUV31.65112.96178.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 94.44%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=94.44%
G=0.93%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021500.990.950.6357.6298.0620.2
Hex66150635F3C1666214
Octal1461501431377454614224
Binary11001101101011000111011111111100101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660105; }

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

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

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

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

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

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

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

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