Html Css Color HEX #871125 Burgundy

📋 copy color: '#871125'

red 135 ◦ green 17 ◦ blue 37

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

Shades of Burgundy #871125

Tints of Burgundy #871125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 71.43%
G = 8.99%
B = 19.58%

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

#871125 (or 0x871125) is known color: Burgundy. HEX triplet: 87, 11 and 25. RGB value is (135,17,37). Sum of RGB (Red+Green+Blue) = 135+17+37=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #871125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871125 is #78EEDA. Grayscale: #363636. Windows color (decimal): -7925467 or 2429319. OLE color: 2429319.

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

Color convert

RGB 135 17 37 -
CMYK 0 0.87 0.73 0.47
HSL 349.83º 0.78% 0.3% -
HSV(B) 349.83º 0.87% 0.53% -
XYZ 10.53 5.69 2.29 -
YUV 54.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 135 17 37 0 0.87 0.73 0.47 349.83 0.78 0.3
Hex 87 11 25 0 57 49 2F 15E 4E 1E
Octal 207 21 45 0 127 111 57 536 116 36
Binary 10000111 10001 100101 0 1010111 1001001 101111 101011110 1001110 11110

Color Harmonies of #871125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871125

Black with #871125

Text Example


Text Example

White with #871125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871125; }

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

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

background-color css

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

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

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

border-color css

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

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

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