Html Css Color HEX #870519 Burgundy

📋 copy color: '#870519'

red 135 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #870519

Tints of Burgundy #870519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 81.82%
G = 3.03%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870519 (or 0x870519) is known color: Burgundy. HEX triplet: 87, 05 and 19. RGB value is (135,5,25). Sum of RGB (Red+Green+Blue) = 135+5+25=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #870519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870519 is #78FAE6. Grayscale: #2E2E2E. Windows color (decimal): -7928551 or 1639815. OLE color: 1639815.

HSL color Cylindrical-coordinate representation of color #870519: hue angle of 350.77º 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 #870519 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 5 25 -
CMYK 0 0.96 0.81 0.47
HSL 350.77º 0.93% 0.27% -
HSV(B) 350.77º 0.96% 0.53% -
XYZ 10.22 5.33 1.41 -
YUV 46.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 135 5 25 0 0.96 0.81 0.47 350.77 0.93 0.27
Hex 87 5 19 0 60 51 2F 15F 5D 1B
Octal 207 5 31 0 140 121 57 537 135 33
Binary 10000111 101 11001 0 1100000 1010001 101111 101011111 1011101 11011

Color Harmonies of #870519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870519

Black with #870519

Text Example


Text Example

White with #870519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870519; }

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

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

background-color css

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

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

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

border-color css

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

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

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