Html Css Color HEX #87121D Burgundy

📋 copy color: '#87121D'

red 135 ◦ green 18 ◦ blue 29

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

Shades of Burgundy #87121D

Tints of Burgundy #87121D

RGB

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

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

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

R = 74.18%
G = 9.89%
B = 15.93%

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

#87121D (or 0x87121D) is known color: Burgundy. HEX triplet: 87, 12 and 1D. RGB value is (135,18,29). Sum of RGB (Red+Green+Blue) = 135+18+29=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87121D is #78EDE2. Grayscale: #363636. Windows color (decimal): -7925219 or 1905287. OLE color: 1905287.

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

Color convert

RGB 135 18 29 -
CMYK 0 0.87 0.79 0.47
HSL 354.36º 0.76% 0.3% -
HSV(B) 354.36º 0.87% 0.53% -
XYZ 10.43 5.67 1.71 -
YUV 54.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 135 18 29 0 0.87 0.79 0.47 354.36 0.76 0.3
Hex 87 12 1D 0 57 4F 2F 162 4C 1E
Octal 207 22 35 0 127 117 57 542 114 36
Binary 10000111 10010 11101 0 1010111 1001111 101111 101100010 1001100 11110

Color Harmonies of #87121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87121D

Black with #87121D

Text Example


Text Example

White with #87121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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