#66001B

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

Shades of Burgundy #66001B

Tints of Burgundy #66001B

Color information

#66001B (or 0x66001B) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 1B. RGB value is (102,0,27). Sum of RGB (Red+Green+Blue) = 102+0+27=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #66001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001B is #99FFE4. Grayscale: #212121. Windows color (decimal): -10092517 or 1769574. OLE color: 1769574.

HSL color Cylindrical-coordinate representation of color #66001B: hue angle of 344.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66001B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB102027-
CMYK010.740.6
HSL344.12º100%20%-
HSV(B)344.12º100%40%-
XYZ5.682.91.3-
YUV33.58124.29176.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=79.07%
G=0%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102027010.740.6344.1210020
Hex6601B0644A3C1586414
Octal14603301441127453014424
Binary1100110011011011001001001010111100101011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66001B; }

 p { color: rgb(102,0,27); }

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

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

 a { background-color: rgb(102,0,27); }

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

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

 span { border-color: rgb(102,0,27); }

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