Html Css Color HEX #660416 Burgundy

📋 copy color: '#660416'

red 102 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #660416

Tints of Burgundy #660416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 79.69%
G = 3.13%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#660416 (or 0x660416) is known color: Burgundy. HEX triplet: 66, 04 and 16. RGB value is (102,4,22). Sum of RGB (Red+Green+Blue) = 102+4+22=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660416 is #99FBE9. Grayscale: #232323. Windows color (decimal): -10091498 or 1442918. OLE color: 1442918.

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

Color convert

RGB 102 4 22 -
CMYK 0 0.96 0.78 0.6
HSL 348.98º 0.92% 0.21% -
HSV(B) 348.98º 0.96% 0.4% -
XYZ 5.67 2.97 1.03 -
YUV 35.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 102 4 22 0 0.96 0.78 0.6 348.98 0.92 0.21
Hex 66 4 16 0 60 4E 3C 15D 5C 15
Octal 146 4 26 0 140 116 74 535 134 25
Binary 1100110 100 10110 0 1100000 1001110 111100 101011101 1011100 10101

Color Harmonies of #660416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660416

Black with #660416

Text Example


Text Example

White with #660416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660416; }

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

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

background-color css

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

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

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

border-color css

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

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

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