Html Css Color HEX #870831 Burgundy

📋 copy color: '#870831'

red 135 ◦ green 8 ◦ blue 49

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

Shades of Burgundy #870831

Tints of Burgundy #870831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.52%

R = 70.31%
G = 4.17%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870831 (or 0x870831) is known color: Burgundy. HEX triplet: 87, 08 and 31. RGB value is (135,8,49). Sum of RGB (Red+Green+Blue) = 135+8+49=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870831 is #78F7CE. Grayscale: #323232. Windows color (decimal): -7927759 or 3213447. OLE color: 3213447.

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

Color convert

RGB 135 8 49 -
CMYK 0 0.94 0.64 0.47
HSL 340.63º 0.89% 0.28% -
HSV(B) 340.63º 0.94% 0.53% -
XYZ 10.63 5.55 3.42 -
YUV 50.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 135 8 49 0 0.94 0.64 0.47 340.63 0.89 0.28
Hex 87 8 31 0 5E 40 2F 155 59 1C
Octal 207 10 61 0 136 100 57 525 131 34
Binary 10000111 1000 110001 0 1011110 1000000 101111 101010101 1011001 11100

Color Harmonies of #870831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870831

Black with #870831

Text Example


Text Example

White with #870831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870831; }

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

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

background-color css

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

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

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

border-color css

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

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

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