Html Css Color HEX #87141D Burgundy

📋 copy color: '#87141D'

red 135 ◦ green 20 ◦ blue 29

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

Shades of Burgundy #87141D

Tints of Burgundy #87141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 73.37%
G = 10.87%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87141D (or 0x87141D) is known color: Burgundy. HEX triplet: 87, 14 and 1D. RGB value is (135,20,29). Sum of RGB (Red+Green+Blue) = 135+20+29=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141D is #78EBE2. Grayscale: #373737. Windows color (decimal): -7924707 or 1905799. OLE color: 1905799.

HSL color Cylindrical-coordinate representation of color #87141D: hue angle of 355.3º 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 #87141D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 29 -
CMYK 0 0.85 0.79 0.47
HSL 355.3º 0.74% 0.3% -
HSV(B) 355.3º 0.85% 0.53% -
XYZ 10.46 5.74 1.72 -
YUV 55.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 135 20 29 0 0.85 0.79 0.47 355.3 0.74 0.3
Hex 87 14 1D 0 55 4F 2F 163 4A 1E
Octal 207 24 35 0 125 117 57 543 112 36
Binary 10000111 10100 11101 0 1010101 1001111 101111 101100011 1001010 11110

Color Harmonies of #87141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87141D

Black with #87141D

Text Example


Text Example

White with #87141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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