Html Css Color HEX #860837 Burgundy

📋 copy color: '#860837'

red 134 ◦ green 8 ◦ blue 55

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

Shades of Burgundy #860837

Tints of Burgundy #860837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 68.02%
G = 4.06%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#860837 (or 0x860837) is known color: Burgundy. HEX triplet: 86, 08 and 37. RGB value is (134,8,55). Sum of RGB (Red+Green+Blue) = 134+8+55=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #860837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860837 is #79F7C8. Grayscale: #323232. Windows color (decimal): -7993289 or 3606662. OLE color: 3606662.

HSL color Cylindrical-coordinate representation of color #860837: hue angle of 337.62º 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 #860837 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 55 -
CMYK 0 0.94 0.59 0.47
HSL 337.62º 0.89% 0.28% -
HSV(B) 337.62º 0.94% 0.53% -
XYZ 10.61 5.52 4.12 -
YUV 51.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 134 8 55 0 0.94 0.59 0.47 337.62 0.89 0.28
Hex 86 8 37 0 5E 3B 2F 152 59 1C
Octal 206 10 67 0 136 73 57 522 131 34
Binary 10000110 1000 110111 0 1011110 111011 101111 101010010 1011001 11100

Color Harmonies of #860837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860837

Black with #860837

Text Example


Text Example

White with #860837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860837; }

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

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

background-color css

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

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

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

border-color css

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

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

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