Html Css Color HEX #871124 Burgundy

📋 copy color: '#871124'

red 135 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #871124

Tints of Burgundy #871124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 71.81%
G = 9.04%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#871124 (or 0x871124) is known color: Burgundy. HEX triplet: 87, 11 and 24. RGB value is (135,17,36). Sum of RGB (Red+Green+Blue) = 135+17+36=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871124 is #78EEDB. Grayscale: #363636. Windows color (decimal): -7925468 or 2363783. OLE color: 2363783.

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

Color convert

RGB 135 17 36 -
CMYK 0 0.87 0.73 0.47
HSL 350.34º 0.78% 0.3% -
HSV(B) 350.34º 0.87% 0.53% -
XYZ 10.51 5.68 2.21 -
YUV 54.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 135 17 36 0 0.87 0.73 0.47 350.34 0.78 0.3
Hex 87 11 24 0 57 49 2F 15E 4E 1E
Octal 207 21 44 0 127 111 57 536 116 36
Binary 10000111 10001 100100 0 1010111 1001001 101111 101011110 1001110 11110

Color Harmonies of #871124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871124

Black with #871124

Text Example


Text Example

White with #871124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871124; }

 p { color: rgb(135,17,36); }

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

background-color css

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

 a { background-color: rgb(135,17,36); }

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

border-color css

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

 span { border-color: rgb(135,17,36); }

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