Html Css Color HEX #870518 Burgundy

📋 copy color: '#870518'

red 135 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #870518

Tints of Burgundy #870518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 82.32%
G = 3.05%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#870518 (or 0x870518) is known color: Burgundy. HEX triplet: 87, 05 and 18. RGB value is (135,5,24). Sum of RGB (Red+Green+Blue) = 135+5+24=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870518 is #78FAE7. Grayscale: #2E2E2E. Windows color (decimal): -7928552 or 1574279. OLE color: 1574279.

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

Color convert

RGB 135 5 24 -
CMYK 0 0.96 0.82 0.47
HSL 351.23º 0.93% 0.27% -
HSV(B) 351.23º 0.96% 0.53% -
XYZ 10.21 5.33 1.35 -
YUV 46.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 135 5 24 0 0.96 0.82 0.47 351.23 0.93 0.27
Hex 87 5 18 0 60 52 2F 15F 5D 1B
Octal 207 5 30 0 140 122 57 537 135 33
Binary 10000111 101 11000 0 1100000 1010010 101111 101011111 1011101 11011

Color Harmonies of #870518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870518

Black with #870518

Text Example


Text Example

White with #870518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870518; }

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

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

background-color css

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

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

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

border-color css

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

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

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