Html Css Color HEX #860616 Burgundy

📋 copy color: '#860616'

red 134 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #860616

Tints of Burgundy #860616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

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

R = 82.72%
G = 3.7%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#860616 (or 0x860616) is known color: Burgundy. HEX triplet: 86, 06 and 16. RGB value is (134,6,22). Sum of RGB (Red+Green+Blue) = 134+6+22=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #860616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860616 is #79F9E9. Grayscale: #2E2E2E. Windows color (decimal): -7993834 or 1443462. OLE color: 1443462.

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

Color convert

RGB 134 6 22 -
CMYK 0 0.96 0.84 0.47
HSL 352.5º 0.91% 0.27% -
HSV(B) 352.5º 0.96% 0.53% -
XYZ 10.04 5.26 1.24 -
YUV 46.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 134 6 22 0 0.96 0.84 0.47 352.5 0.91 0.27
Hex 86 6 16 0 60 54 2F 160 5B 1B
Octal 206 6 26 0 140 124 57 540 133 33
Binary 10000110 110 10110 0 1100000 1010100 101111 101100000 1011011 11011

Color Harmonies of #860616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860616

Black with #860616

Text Example


Text Example

White with #860616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860616; }

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

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

background-color css

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

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

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

border-color css

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

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

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