Html Css Color HEX #87121F Burgundy

📋 copy color: '#87121F'

red 135 ◦ green 18 ◦ blue 31

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

Shades of Burgundy #87121F

Tints of Burgundy #87121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 73.37%
G = 9.78%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87121F (or 0x87121F) is known color: Burgundy. HEX triplet: 87, 12 and 1F. RGB value is (135,18,31). Sum of RGB (Red+Green+Blue) = 135+18+31=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87121F is #78EDE0. Grayscale: #363636. Windows color (decimal): -7925217 or 2036359. OLE color: 2036359.

HSL color Cylindrical-coordinate representation of color #87121F: hue angle of 353.33º degrees, saturation: 0.76, 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 #87121F is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 31 -
CMYK 0 0.87 0.77 0.47
HSL 353.33º 0.76% 0.3% -
HSV(B) 353.33º 0.87% 0.53% -
XYZ 10.46 5.68 1.84 -
YUV 54.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 135 18 31 0 0.87 0.77 0.47 353.33 0.76 0.3
Hex 87 12 1F 0 57 4D 2F 161 4C 1E
Octal 207 22 37 0 127 115 57 541 114 36
Binary 10000111 10010 11111 0 1010111 1001101 101111 101100001 1001100 11110

Color Harmonies of #87121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87121F

Black with #87121F

Text Example


Text Example

White with #87121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87121F; }

 p { color: rgb(135,18,31); }

 H1.HeaderClassName
 {
   color: #87121F;
 }
 .AnyTagClassName
 {
   color: #87121F;
 }
</style>

background-color css

<style>
 a { background-color: #87121F; }

 a { background-color: rgb(135,18,31); }

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

border-color css

<style>
 span { border-color: #87121F; }

 span { border-color: rgb(135,18,31); }

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