Html Css Color HEX #871036 Burgundy

📋 copy color: '#871036'

red 135 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #871036

Tints of Burgundy #871036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 65.85%
G = 7.8%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#871036 (or 0x871036) is known color: Burgundy. HEX triplet: 87, 10 and 36. RGB value is (135,16,54). Sum of RGB (Red+Green+Blue) = 135+16+54=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #871036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871036 is #78EFC9. Grayscale: #373737. Windows color (decimal): -7925706 or 3543175. OLE color: 3543175.

HSL color Cylindrical-coordinate representation of color #871036: hue angle of 340.84º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871036 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 54 -
CMYK 0 0.88 0.60 0.47
HSL 340.84º 0.79% 0.3% -
HSV(B) 340.84º 0.88% 0.53% -
XYZ 10.84 5.79 4.04 -
YUV 55.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 135 16 54 0 0.88 0.60 0.47 340.84 0.79 0.3
Hex 87 10 36 0 58 3C 2F 155 4F 1E
Octal 207 20 66 0 130 74 57 525 117 36
Binary 10000111 10000 110110 0 1011000 111100 101111 101010101 1001111 11110

Color Harmonies of #871036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871036

Black with #871036

Text Example


Text Example

White with #871036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871036; }

 p { color: rgb(135,16,54); }

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

background-color css

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

 a { background-color: rgb(135,16,54); }

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

border-color css

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

 span { border-color: rgb(135,16,54); }

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