Html Css Color HEX #660212 Burgundy

📋 copy color: '#660212'

red 102 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #660212

Tints of Burgundy #660212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 83.61%
G = 1.64%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#660212 (or 0x660212) is known color: Burgundy. HEX triplet: 66, 02 and 12. RGB value is (102,2,18). Sum of RGB (Red+Green+Blue) = 102+2+18=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660212 is #99FDED. Grayscale: #212121. Windows color (decimal): -10092014 or 1180262. OLE color: 1180262.

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

Color convert

RGB 102 2 18 -
CMYK 0 0.98 0.82 0.6
HSL 350.4º 0.96% 0.2% -
HSV(B) 350.4º 0.98% 0.4% -
XYZ 5.61 2.91 0.84 -
YUV 33.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 102 2 18 0 0.98 0.82 0.6 350.4 0.96 0.2
Hex 66 2 12 0 62 52 3C 15E 60 14
Octal 146 2 22 0 142 122 74 536 140 24
Binary 1100110 10 10010 0 1100010 1010010 111100 101011110 1100000 10100

Color Harmonies of #660212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660212

Black with #660212

Text Example


Text Example

White with #660212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660212; }

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

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

background-color css

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

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

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

border-color css

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

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

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