Html Css Color HEX #87111B Burgundy

📋 copy color: '#87111B'

red 135 ◦ green 17 ◦ blue 27

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

Shades of Burgundy #87111B

Tints of Burgundy #87111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.08%

R = 75.42%
G = 9.5%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#87111B (or 0x87111B) is known color: Burgundy. HEX triplet: 87, 11 and 1B. RGB value is (135,17,27). Sum of RGB (Red+Green+Blue) = 135+17+27=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87111B is #78EEE4. Grayscale: #353535. Windows color (decimal): -7925477 or 1773959. OLE color: 1773959.

HSL color Cylindrical-coordinate representation of color #87111B: hue angle of 354.92º 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 #87111B is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 17 27 -
CMYK 0 0.87 0.8 0.47
HSL 354.92º 0.78% 0.3% -
HSV(B) 354.92º 0.87% 0.53% -
XYZ 10.39 5.63 1.58 -
YUV 53.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 135 17 27 0 0.87 0.8 0.47 354.92 0.78 0.3
Hex 87 11 1B 0 57 50 2F 163 4E 1E
Octal 207 21 33 0 127 120 57 543 116 36
Binary 10000111 10001 11011 0 1010111 1010000 101111 101100011 1001110 11110

Color Harmonies of #87111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87111B

Black with #87111B

Text Example


Text Example

White with #87111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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