#66001A

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

Shades of Burgundy #66001A

Tints of Burgundy #66001A

Color information

#66001A (or 0x66001A) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 1A. RGB value is (102,0,26). Sum of RGB (Red+Green+Blue) = 102+0+26=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #66001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001A is #99FFE5. Grayscale: #212121. Windows color (decimal): -10092518 or 1704038. OLE color: 1704038.

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

Color convert

RGB102026-
CMYK010.750.6
HSL344.71º100%20%-
HSV(B)344.71º100%40%-
XYZ5.672.91.24-
YUV33.46123.79176.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=79.69%
G=0%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102026010.750.6344.7110020
Hex6601A0644B3C1596414
Octal14603201441137453114424
Binary1100110011010011001001001011111100101011001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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