Html Css Color HEX #66021C Burgundy

📋 copy color: '#66021C'

red 102 ◦ green 2 ◦ blue 28

#66021C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #66021C

Tints of Burgundy #66021C

RGB

 RED value IS 102 (40.23% from 255) = 77.27%

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 77.27%
G = 1.52%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66021C (or 0x66021C) is known color: Burgundy. HEX triplet: 66, 02 and 1C. RGB value is (102,2,28). Sum of RGB (Red+Green+Blue) = 102+2+28=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021C is #99FDE3. Grayscale: #222222. Windows color (decimal): -10092004 or 1835622. OLE color: 1835622.

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

Color convert

RGB 102 2 28 -
CMYK 0 0.98 0.73 0.6
HSL 344.4º 0.96% 0.2% -
HSV(B) 344.4º 0.98% 0.4% -
XYZ 5.71 2.95 1.37 -
YUV 34.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 102 2 28 0 0.98 0.73 0.6 344.4 0.96 0.2
Hex 66 2 1C 0 62 49 3C 158 60 14
Octal 146 2 34 0 142 111 74 530 140 24
Binary 1100110 10 11100 0 1100010 1001001 111100 101011000 1100000 10100

Color Harmonies of #66021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66021C

Black with #66021C

Text Example


Text Example

White with #66021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66021C; }

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

 H1.HeaderClassName
 {
   color: #66021C;
 }
 .AnyTagClassName
 {
   color: #66021C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #66021C;
 }
 .BgClassName
 {
   background-color: #66021C;
 }
</style>

border-color css

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

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

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