Html Css Color HEX #66021E Burgundy

📋 copy color: '#66021E'

red 102 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #66021E

Tints of Burgundy #66021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 76.12%
G = 1.49%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#66021E (or 0x66021E) is known color: Burgundy. HEX triplet: 66, 02 and 1E. RGB value is (102,2,30). Sum of RGB (Red+Green+Blue) = 102+2+30=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021E is #99FDE1. Grayscale: #232323. Windows color (decimal): -10092002 or 1966694. OLE color: 1966694.

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

Color convert

RGB 102 2 30 -
CMYK 0 0.98 0.71 0.6
HSL 343.2º 0.96% 0.2% -
HSV(B) 343.2º 0.98% 0.4% -
XYZ 5.74 2.96 1.5 -
YUV 35.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 102 2 30 0 0.98 0.71 0.6 343.2 0.96 0.2
Hex 66 2 1E 0 62 47 3C 157 60 14
Octal 146 2 36 0 142 107 74 527 140 24
Binary 1100110 10 11110 0 1100010 1000111 111100 101010111 1100000 10100

Color Harmonies of #66021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66021E

Black with #66021E

Text Example


Text Example

White with #66021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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