Html Css Color HEX #87141E Burgundy

📋 copy color: '#87141E'

red 135 ◦ green 20 ◦ blue 30

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

Shades of Burgundy #87141E

Tints of Burgundy #87141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 72.97%
G = 10.81%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87141E (or 0x87141E) is known color: Burgundy. HEX triplet: 87, 14 and 1E. RGB value is (135,20,30). Sum of RGB (Red+Green+Blue) = 135+20+30=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141E is #78EBE1. Grayscale: #373737. Windows color (decimal): -7924706 or 1971335. OLE color: 1971335.

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

Color convert

RGB 135 20 30 -
CMYK 0 0.85 0.78 0.47
HSL 354.78º 0.74% 0.3% -
HSV(B) 354.78º 0.85% 0.53% -
XYZ 10.48 5.74 1.79 -
YUV 55.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 135 20 30 0 0.85 0.78 0.47 354.78 0.74 0.3
Hex 87 14 1E 0 55 4E 2F 163 4A 1E
Octal 207 24 36 0 125 116 57 543 112 36
Binary 10000111 10100 11110 0 1010101 1001110 101111 101100011 1001010 11110

Color Harmonies of #87141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87141E

Black with #87141E

Text Example


Text Example

White with #87141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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