Html Css Color HEX #870524 Burgundy

📋 copy color: '#870524'

red 135 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #870524

Tints of Burgundy #870524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 76.7%
G = 2.84%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#870524 (or 0x870524) is known color: Burgundy. HEX triplet: 87, 05 and 24. RGB value is (135,5,36). Sum of RGB (Red+Green+Blue) = 135+5+36=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870524 is #78FADB. Grayscale: #2F2F2F. Windows color (decimal): -7928540 or 2360711. OLE color: 2360711.

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

Color convert

RGB 135 5 36 -
CMYK 0 0.96 0.73 0.47
HSL 345.69º 0.93% 0.27% -
HSV(B) 345.69º 0.96% 0.53% -
XYZ 10.36 5.39 2.16 -
YUV 47.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 135 5 36 0 0.96 0.73 0.47 345.69 0.93 0.27
Hex 87 5 24 0 60 49 2F 15A 5D 1B
Octal 207 5 44 0 140 111 57 532 135 33
Binary 10000111 101 100100 0 1100000 1001001 101111 101011010 1011101 11011

Color Harmonies of #870524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870524

Black with #870524

Text Example


Text Example

White with #870524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870524; }

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

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

background-color css

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

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

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

border-color css

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

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

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