#660419

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

Shades of Burgundy #660419

Tints of Burgundy #660419

Color information

#660419 (or 0x660419) is unknown color: approx Burgundy. HEX triplet: 66, 04 and 19. RGB value is (102,4,25). Sum of RGB (Red+Green+Blue) = 102+4+25=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #660419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660419 is #99FBE6. Grayscale: #232323. Windows color (decimal): -10091495 or 1639526. OLE color: 1639526.

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

Color convert

RGB102425-
CMYK00.960.750.6
HSL347.14º92.45%20.78%-
HSV(B)347.14º96.08%40%-
XYZ5.72.981.19-
YUV35.7121.97175.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=77.86%
G=3.05%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10242500.960.750.6347.1492.4520.78
Hex664190604B3C15b5c15
Octal14643101401137453313425
Binary110011010011001011000001001011111100101011011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660419; }

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

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

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

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

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

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

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

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