Html Css Color HEX #660210 Burgundy

📋 copy color: '#660210'

red 102 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #660210

Tints of Burgundy #660210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 85%
G = 1.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#660210 (or 0x660210) is known color: Burgundy. HEX triplet: 66, 02 and 10. RGB value is (102,2,16). Sum of RGB (Red+Green+Blue) = 102+2+16=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #660210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660210 is #99FDEF. Grayscale: #212121. Windows color (decimal): -10092016 or 1049190. OLE color: 1049190.

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

Color convert

RGB 102 2 16 -
CMYK 0 0.98 0.84 0.6
HSL 351.6º 0.96% 0.2% -
HSV(B) 351.6º 0.98% 0.4% -
XYZ 5.59 2.91 0.76 -
YUV 33.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 102 2 16 0 0.98 0.84 0.6 351.6 0.96 0.2
Hex 66 2 10 0 62 54 3C 160 60 14
Octal 146 2 20 0 142 124 74 540 140 24
Binary 1100110 10 10000 0 1100010 1010100 111100 101100000 1100000 10100

Color Harmonies of #660210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660210

Black with #660210

Text Example


Text Example

White with #660210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660210; }

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

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

background-color css

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

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

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

border-color css

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

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

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