Html Css Color HEX #87131E Burgundy

📋 copy color: '#87131E'

red 135 ◦ green 19 ◦ blue 30

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

Shades of Burgundy #87131E

Tints of Burgundy #87131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 73.37%
G = 10.33%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87131E (or 0x87131E) is known color: Burgundy. HEX triplet: 87, 13 and 1E. RGB value is (135,19,30). Sum of RGB (Red+Green+Blue) = 135+19+30=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131E is #78ECE1. Grayscale: #373737. Windows color (decimal): -7924962 or 1971079. OLE color: 1971079.

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

Color convert

RGB 135 19 30 -
CMYK 0 0.86 0.78 0.47
HSL 354.31º 0.75% 0.3% -
HSV(B) 354.31º 0.86% 0.53% -
XYZ 10.46 5.71 1.78 -
YUV 54.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 135 19 30 0 0.86 0.78 0.47 354.31 0.75 0.3
Hex 87 13 1E 0 56 4E 2F 162 4B 1E
Octal 207 23 36 0 126 116 57 542 113 36
Binary 10000111 10011 11110 0 1010110 1001110 101111 101100010 1001011 11110

Color Harmonies of #87131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87131E

Black with #87131E

Text Example


Text Example

White with #87131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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