Html Css Color HEX #660222 Burgundy

📋 copy color: '#660222'

red 102 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #660222

Tints of Burgundy #660222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 73.91%
G = 1.45%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#660222 (or 0x660222) is known color: Burgundy. HEX triplet: 66, 02 and 22. RGB value is (102,2,34). Sum of RGB (Red+Green+Blue) = 102+2+34=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #660222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660222 is #99FDDD. Grayscale: #232323. Windows color (decimal): -10091998 or 2228838. OLE color: 2228838.

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

Color convert

RGB 102 2 34 -
CMYK 0 0.98 0.67 0.6
HSL 340.8º 0.96% 0.2% -
HSV(B) 340.8º 0.98% 0.4% -
XYZ 5.79 2.98 1.78 -
YUV 35.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 102 2 34 0 0.98 0.67 0.6 340.8 0.96 0.2
Hex 66 2 22 0 62 43 3C 155 60 14
Octal 146 2 42 0 142 103 74 525 140 24
Binary 1100110 10 100010 0 1100010 1000011 111100 101010101 1100000 10100

Color Harmonies of #660222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660222

Black with #660222

Text Example


Text Example

White with #660222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660222; }

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

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

background-color css

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

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

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

border-color css

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

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

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