#66020A

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

Shades of Burgundy #66020A

Tints of Burgundy #66020A

Color information

#66020A (or 0x66020A) is unknown color: approx Burgundy. HEX triplet: 66, 02 and 0A. RGB value is (102,2,10). Sum of RGB (Red+Green+Blue) = 102+2+10=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #66020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66020A is #99FDF5. Grayscale: #202020. Windows color (decimal): -10092022 or 655974. OLE color: 655974.

HSL color Cylindrical-coordinate representation of color #66020A: hue angle of 355.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66020A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB102210-
CMYK00.980.900.6
HSL355.2º96.15%20.39%-
HSV(B)355.2º98.04%40%-
XYZ5.562.890.55-
YUV32.81115.13177.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 89.47%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=89.47%
G=1.75%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10221000.980.900.6355.296.1520.39
Hex662A0625A3C1636014
Octal14621201421327454314024
Binary1100110101010011000101011010111100101100011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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