Html Css Color HEX #860816 Burgundy

📋 copy color: '#860816'

red 134 ◦ green 8 ◦ blue 22

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

Shades of Burgundy #860816

Tints of Burgundy #860816

RGB

 RED value IS 134 (52.73% from 255) = 81.71%

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 81.71%
G = 4.88%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#860816 (or 0x860816) is known color: Burgundy. HEX triplet: 86, 08 and 16. RGB value is (134,8,22). Sum of RGB (Red+Green+Blue) = 134+8+22=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #860816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860816 is #79F7E9. Grayscale: #2F2F2F. Windows color (decimal): -7993322 or 1443974. OLE color: 1443974.

HSL color Cylindrical-coordinate representation of color #860816: hue angle of 353.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860816 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 22 -
CMYK 0 0.94 0.84 0.47
HSL 353.33º 0.89% 0.28% -
HSV(B) 353.33º 0.94% 0.53% -
XYZ 10.06 5.3 1.25 -
YUV 47.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 134 8 22 0 0.94 0.84 0.47 353.33 0.89 0.28
Hex 86 8 16 0 5E 54 2F 161 59 1C
Octal 206 10 26 0 136 124 57 541 131 34
Binary 10000110 1000 10110 0 1011110 1010100 101111 101100001 1011001 11100

Color Harmonies of #860816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860816

Black with #860816

Text Example


Text Example

White with #860816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860816; }

 p { color: rgb(134,8,22); }

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

background-color css

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

 a { background-color: rgb(134,8,22); }

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

border-color css

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

 span { border-color: rgb(134,8,22); }

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