#660426

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

Shades of Burgundy #660426

Tints of Burgundy #660426

Color information

#660426 (or 0x660426) is unknown color: approx Burgundy. HEX triplet: 66, 04 and 26. RGB value is (102,4,38). Sum of RGB (Red+Green+Blue) = 102+4+38=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660426 is #99FBD9. Grayscale: #252525. Windows color (decimal): -10091482 or 2491494. OLE color: 2491494.

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

Color convert

RGB102438-
CMYK00.960.630.6
HSL339.18º92.45%20.78%-
HSV(B)339.18º96.08%40%-
XYZ5.873.052.11-
YUV37.18128.47174.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=70.83%
G=2.78%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10243800.960.630.6339.1892.4520.78
Hex664260603F3C1535c15
Octal1464460140777452313425
Binary110011010010011001100000111111111100101010011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660426; }

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

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

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

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

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

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

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

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