Html Css Color HEX #87131F Burgundy

📋 copy color: '#87131F'

red 135 ◦ green 19 ◦ blue 31

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

Shades of Burgundy #87131F

Tints of Burgundy #87131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 72.97%
G = 10.27%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87131F (or 0x87131F) is known color: Burgundy. HEX triplet: 87, 13 and 1F. RGB value is (135,19,31). Sum of RGB (Red+Green+Blue) = 135+19+31=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131F is #78ECE0. Grayscale: #373737. Windows color (decimal): -7924961 or 2036615. OLE color: 2036615.

HSL color Cylindrical-coordinate representation of color #87131F: hue angle of 353.79º 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 #87131F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 31 -
CMYK 0 0.86 0.77 0.47
HSL 353.79º 0.75% 0.3% -
HSV(B) 353.79º 0.86% 0.53% -
XYZ 10.47 5.72 1.85 -
YUV 55.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 135 19 31 0 0.86 0.77 0.47 353.79 0.75 0.3
Hex 87 13 1F 0 56 4D 2F 162 4B 1E
Octal 207 23 37 0 126 115 57 542 113 36
Binary 10000111 10011 11111 0 1010110 1001101 101111 101100010 1001011 11110

Color Harmonies of #87131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87131F

Black with #87131F

Text Example


Text Example

White with #87131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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