#660417

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

Shades of Burgundy #660417

Tints of Burgundy #660417

Color information

#660417 (or 0x660417) is unknown color: approx Burgundy. HEX triplet: 66, 04 and 17. RGB value is (102,4,23). Sum of RGB (Red+Green+Blue) = 102+4+23=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660417 is #99FBE8. Grayscale: #232323. Windows color (decimal): -10091497 or 1508454. OLE color: 1508454.

HSL color Cylindrical-coordinate representation of color #660417: hue angle of 348.37º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660417 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB102423-
CMYK00.960.770.6
HSL348.37º92.45%20.78%-
HSV(B)348.37º96.08%40%-
XYZ5.682.971.09-
YUV35.47120.97175.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.07%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=79.07%
G=3.10%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10242300.960.770.6348.3792.4520.78
Hex664170604D3C15c5c15
Octal14642701401157453413425
Binary110011010010111011000001001101111100101011100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660417; }

 p { color: rgb(102,4,23); }

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

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

 a { background-color: rgb(102,4,23); }

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

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

 span { border-color: rgb(102,4,23); }

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