Html Css Color HEX #87112D Burgundy

📋 copy color: '#87112D'

red 135 ◦ green 17 ◦ blue 45

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

Shades of Burgundy #87112D

Tints of Burgundy #87112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 68.53%
G = 8.63%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87112D (or 0x87112D) is known color: Burgundy. HEX triplet: 87, 11 and 2D. RGB value is (135,17,45). Sum of RGB (Red+Green+Blue) = 135+17+45=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87112D is #78EED2. Grayscale: #373737. Windows color (decimal): -7925459 or 2953607. OLE color: 2953607.

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

Color convert

RGB 135 17 45 -
CMYK 0 0.87 0.67 0.47
HSL 345.76º 0.78% 0.3% -
HSV(B) 345.76º 0.87% 0.53% -
XYZ 10.67 5.74 3.03 -
YUV 55.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 135 17 45 0 0.87 0.67 0.47 345.76 0.78 0.3
Hex 87 11 2D 0 57 43 2F 15A 4E 1E
Octal 207 21 55 0 127 103 57 532 116 36
Binary 10000111 10001 101101 0 1010111 1000011 101111 101011010 1001110 11110

Color Harmonies of #87112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87112D

Black with #87112D

Text Example


Text Example

White with #87112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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