Html Css Color HEX #871420 Burgundy

📋 copy color: '#871420'

red 135 ◦ green 20 ◦ blue 32

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

Shades of Burgundy #871420

Tints of Burgundy #871420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 72.19%
G = 10.7%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#871420 (or 0x871420) is known color: Burgundy. HEX triplet: 87, 14 and 20. RGB value is (135,20,32). Sum of RGB (Red+Green+Blue) = 135+20+32=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871420 is #78EBDF. Grayscale: #373737. Windows color (decimal): -7924704 or 2102407. OLE color: 2102407.

HSL color Cylindrical-coordinate representation of color #871420: hue angle of 353.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871420 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 32 -
CMYK 0 0.85 0.76 0.47
HSL 353.74º 0.74% 0.3% -
HSV(B) 353.74º 0.85% 0.53% -
XYZ 10.5 5.76 1.92 -
YUV 55.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 135 20 32 0 0.85 0.76 0.47 353.74 0.74 0.3
Hex 87 14 20 0 55 4C 2F 162 4A 1E
Octal 207 24 40 0 125 114 57 542 112 36
Binary 10000111 10100 100000 0 1010101 1001100 101111 101100010 1001010 11110

Color Harmonies of #871420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871420

Black with #871420

Text Example


Text Example

White with #871420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871420; }

 p { color: rgb(135,20,32); }

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

background-color css

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

 a { background-color: rgb(135,20,32); }

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

border-color css

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

 span { border-color: rgb(135,20,32); }

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