Html Css Color HEX #660116 Burgundy

📋 copy color: '#660116'

red 102 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #660116

Tints of Burgundy #660116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 81.6%
G = 0.8%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#660116 (or 0x660116) is known color: Burgundy. HEX triplet: 66, 01 and 16. RGB value is (102,1,22). Sum of RGB (Red+Green+Blue) = 102+1+22=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660116 is #99FEE9. Grayscale: #212121. Windows color (decimal): -10092266 or 1442150. OLE color: 1442150.

HSL color Cylindrical-coordinate representation of color #660116: hue angle of 347.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660116 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 22 -
CMYK 0 0.99 0.78 0.6
HSL 347.52º 0.98% 0.2% -
HSV(B) 347.52º 0.99% 0.4% -
XYZ 5.64 2.9 1.02 -
YUV 33.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 102 1 22 0 0.99 0.78 0.6 347.52 0.98 0.2
Hex 66 1 16 0 63 4E 3C 15C 62 14
Octal 146 1 26 0 143 116 74 534 142 24
Binary 1100110 1 10110 0 1100011 1001110 111100 101011100 1100010 10100

Color Harmonies of #660116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660116

Black with #660116

Text Example


Text Example

White with #660116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660116; }

 p { color: rgb(102,1,22); }

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

background-color css

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

 a { background-color: rgb(102,1,22); }

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

border-color css

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

 span { border-color: rgb(102,1,22); }

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