#66030A

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

Shades of Burgundy #66030A

Tints of Burgundy #66030A

Color information

#66030A (or 0x66030A) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 0A. RGB value is (102,3,10). Sum of RGB (Red+Green+Blue) = 102+3+10=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #66030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030A is #99FCF5. Grayscale: #212121. Windows color (decimal): -10091766 or 656230. OLE color: 656230.

HSL color Cylindrical-coordinate representation of color #66030A: hue angle of 355.76º 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 #66030A is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB102310-
CMYK00.970.900.6
HSL355.76º94.29%20.59%-
HSV(B)355.76º97.06%40%-
XYZ5.572.910.56-
YUV33.4114.8176.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 88.70%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=88.70%
G=2.61%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10231000.970.900.6355.7694.2920.59
Hex663A0615A3C1645e15
Octal14631201411327454413625
Binary1100110111010011000011011010111100101100100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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