Html Css Color HEX #87131C Burgundy

📋 copy color: '#87131C'

red 135 ◦ green 19 ◦ blue 28

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

Shades of Burgundy #87131C

Tints of Burgundy #87131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 74.18%
G = 10.44%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87131C (or 0x87131C) is known color: Burgundy. HEX triplet: 87, 13 and 1C. RGB value is (135,19,28). Sum of RGB (Red+Green+Blue) = 135+19+28=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131C is #78ECE3. Grayscale: #363636. Windows color (decimal): -7924964 or 1840007. OLE color: 1840007.

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

Color convert

RGB 135 19 28 -
CMYK 0 0.86 0.79 0.47
HSL 355.34º 0.75% 0.3% -
HSV(B) 355.34º 0.86% 0.53% -
XYZ 10.43 5.7 1.65 -
YUV 54.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 135 19 28 0 0.86 0.79 0.47 355.34 0.75 0.3
Hex 87 13 1C 0 56 4F 2F 163 4B 1E
Octal 207 23 34 0 126 117 57 543 113 36
Binary 10000111 10011 11100 0 1010110 1001111 101111 101100011 1001011 11110

Color Harmonies of #87131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87131C

Black with #87131C

Text Example


Text Example

White with #87131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87131C; }

 p { color: rgb(135,19,28); }

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

background-color css

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

 a { background-color: rgb(135,19,28); }

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

border-color css

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

 span { border-color: rgb(135,19,28); }

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