Html Css Color HEX #870520 Burgundy

📋 copy color: '#870520'

red 135 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #870520

Tints of Burgundy #870520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 78.49%
G = 2.91%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870520 (or 0x870520) is known color: Burgundy. HEX triplet: 87, 05 and 20. RGB value is (135,5,32). Sum of RGB (Red+Green+Blue) = 135+5+32=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #870520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870520 is #78FADF. Grayscale: #2E2E2E. Windows color (decimal): -7928544 or 2098567. OLE color: 2098567.

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

Color convert

RGB 135 5 32 -
CMYK 0 0.96 0.76 0.47
HSL 347.54º 0.93% 0.27% -
HSV(B) 347.54º 0.96% 0.53% -
XYZ 10.31 5.36 1.86 -
YUV 46.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 135 5 32 0 0.96 0.76 0.47 347.54 0.93 0.27
Hex 87 5 20 0 60 4C 2F 15C 5D 1B
Octal 207 5 40 0 140 114 57 534 135 33
Binary 10000111 101 100000 0 1100000 1001100 101111 101011100 1011101 11011

Color Harmonies of #870520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870520

Black with #870520

Text Example


Text Example

White with #870520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870520; }

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

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

background-color css

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

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

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

border-color css

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

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

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