Html Css Color HEX #87111D Burgundy

📋 copy color: '#87111D'

red 135 ◦ green 17 ◦ blue 29

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

Shades of Burgundy #87111D

Tints of Burgundy #87111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 74.59%
G = 9.39%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87111D (or 0x87111D) is known color: Burgundy. HEX triplet: 87, 11 and 1D. RGB value is (135,17,29). Sum of RGB (Red+Green+Blue) = 135+17+29=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87111D is #78EEE2. Grayscale: #353535. Windows color (decimal): -7925475 or 1905031. OLE color: 1905031.

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

Color convert

RGB 135 17 29 -
CMYK 0 0.87 0.79 0.47
HSL 353.9º 0.78% 0.3% -
HSV(B) 353.9º 0.87% 0.53% -
XYZ 10.41 5.64 1.7 -
YUV 53.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 135 17 29 0 0.87 0.79 0.47 353.9 0.78 0.3
Hex 87 11 1D 0 57 4F 2F 162 4E 1E
Octal 207 21 35 0 127 117 57 542 116 36
Binary 10000111 10001 11101 0 1010111 1001111 101111 101100010 1001110 11110

Color Harmonies of #87111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87111D

Black with #87111D

Text Example


Text Example

White with #87111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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