Html Css Color HEX #870A20 Burgundy

📋 copy color: '#870A20'

red 135 ◦ green 10 ◦ blue 32

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

Shades of Burgundy #870A20

Tints of Burgundy #870A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.65%

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

R = 76.27%
G = 5.65%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870A20 (or 0x870A20) is known color: Burgundy. HEX triplet: 87, 0A and 20. RGB value is (135,10,32). Sum of RGB (Red+Green+Blue) = 135+10+32=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A20 is #78F5DF. Grayscale: #313131. Windows color (decimal): -7927264 or 2099847. OLE color: 2099847.

HSL color Cylindrical-coordinate representation of color #870A20: hue angle of 349.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A20 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 32 -
CMYK 0 0.93 0.76 0.47
HSL 349.44º 0.86% 0.28% -
HSV(B) 349.44º 0.93% 0.53% -
XYZ 10.36 5.47 1.88 -
YUV 49.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 135 10 32 0 0.93 0.76 0.47 349.44 0.86 0.28
Hex 87 A 20 0 5D 4C 2F 15D 56 1C
Octal 207 12 40 0 135 114 57 535 126 34
Binary 10000111 1010 100000 0 1011101 1001100 101111 101011101 1010110 11100

Color Harmonies of #870A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A20

Black with #870A20

Text Example


Text Example

White with #870A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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