Html Css Color HEX #870517 Burgundy

📋 copy color: '#870517'

red 135 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #870517

Tints of Burgundy #870517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.11%

R = 82.82%
G = 3.07%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870517 (or 0x870517) is known color: Burgundy. HEX triplet: 87, 05 and 17. RGB value is (135,5,23). Sum of RGB (Red+Green+Blue) = 135+5+23=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870517 is #78FAE8. Grayscale: #2D2D2D. Windows color (decimal): -7928553 or 1508743. OLE color: 1508743.

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

Color convert

RGB 135 5 23 -
CMYK 0 0.96 0.83 0.47
HSL 351.69º 0.93% 0.27% -
HSV(B) 351.69º 0.96% 0.53% -
XYZ 10.2 5.32 1.3 -
YUV 45.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 135 5 23 0 0.96 0.83 0.47 351.69 0.93 0.27
Hex 87 5 17 0 60 53 2F 160 5D 1B
Octal 207 5 27 0 140 123 57 540 135 33
Binary 10000111 101 10111 0 1100000 1010011 101111 101100000 1011101 11011

Color Harmonies of #870517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870517

Black with #870517

Text Example


Text Example

White with #870517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870517; }

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

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

background-color css

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

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

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

border-color css

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

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

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