#66030D

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

Shades of Burgundy #66030D

Tints of Burgundy #66030D

Color information

#66030D (or 0x66030D) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 0D. RGB value is (102,3,13). Sum of RGB (Red+Green+Blue) = 102+3+13=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #66030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030D is #99FCF2. Grayscale: #212121. Windows color (decimal): -10091763 or 852838. OLE color: 852838.

HSL color Cylindrical-coordinate representation of color #66030D: hue angle of 353.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66030D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB102313-
CMYK00.970.870.6
HSL353.94º94.29%20.59%-
HSV(B)353.94º97.06%40%-
XYZ5.582.920.65-
YUV33.74116.3176.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 86.44%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=86.44%
G=2.54%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10231300.970.870.6353.9494.2920.59
Hex663D061573C1625e15
Octal14631501411277454213625
Binary1100110111101011000011010111111100101100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66030D; }

 p { color: rgb(102,3,13); }

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

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

 a { background-color: rgb(102,3,13); }

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

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

 span { border-color: rgb(102,3,13); }

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