#660205

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

Shades of Burgundy #660205

Tints of Burgundy #660205

Color information

#660205 (or 0x660205) is unknown color: approx Burgundy. HEX triplet: 66, 02 and 05. RGB value is (102,2,5). Sum of RGB (Red+Green+Blue) = 102+2+5=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660205 is #99FDFA. Grayscale: #202020. Windows color (decimal): -10092027 or 328294. OLE color: 328294.

HSL color Cylindrical-coordinate representation of color #660205: hue angle of 358.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 #660205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB10225-
CMYK00.980.950.6
HSL358.2º96.15%20.39%-
HSV(B)358.2º98.04%40%-
XYZ5.532.880.41-
YUV32.24112.63177.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 93.58%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=93.58%
G=1.83%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022500.980.950.6358.296.1520.39
Hex66250625F3C1666014
Octal1462501421377454614024
Binary110011010101011000101011111111100101100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660205; }

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

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

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

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

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

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

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

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