Html Css Color HEX #870837 Burgundy

📋 copy color: '#870837'

red 135 ◦ green 8 ◦ blue 55

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

Shades of Burgundy #870837

Tints of Burgundy #870837

RGB

 RED value IS 135 (53.13% from 255) = 68.18%

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

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

R = 68.18%
G = 4.04%
B = 27.78%

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

#870837 (or 0x870837) is known color: Burgundy. HEX triplet: 87, 08 and 37. RGB value is (135,8,55). Sum of RGB (Red+Green+Blue) = 135+8+55=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #870837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870837 is #78F7C8. Grayscale: #333333. Windows color (decimal): -7927753 or 3606663. OLE color: 3606663.

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

Color convert

RGB 135 8 55 -
CMYK 0 0.94 0.59 0.47
HSL 337.8º 0.89% 0.28% -
HSV(B) 337.8º 0.94% 0.53% -
XYZ 10.77 5.6 4.13 -
YUV 51.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 135 8 55 0 0.94 0.59 0.47 337.8 0.89 0.28
Hex 87 8 37 0 5E 3B 2F 152 59 1C
Octal 207 10 67 0 136 73 57 522 131 34
Binary 10000111 1000 110111 0 1011110 111011 101111 101010010 1011001 11100

Color Harmonies of #870837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870837

Black with #870837

Text Example


Text Example

White with #870837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870837; }

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

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

background-color css

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

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

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

border-color css

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

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

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