Html Css Color HEX #870529 Burgundy

📋 copy color: '#870529'

red 135 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #870529

Tints of Burgundy #870529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 74.59%
G = 2.76%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870529 (or 0x870529) is known color: Burgundy. HEX triplet: 87, 05 and 29. RGB value is (135,5,41). Sum of RGB (Red+Green+Blue) = 135+5+41=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #870529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870529 is #78FAD6. Grayscale: #2F2F2F. Windows color (decimal): -7928535 or 2688391. OLE color: 2688391.

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

Color convert

RGB 135 5 41 -
CMYK 0 0.96 0.70 0.47
HSL 343.38º 0.93% 0.27% -
HSV(B) 343.38º 0.96% 0.53% -
XYZ 10.45 5.42 2.59 -
YUV 47.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 135 5 41 0 0.96 0.70 0.47 343.38 0.93 0.27
Hex 87 5 29 0 60 46 2F 157 5D 1B
Octal 207 5 51 0 140 106 57 527 135 33
Binary 10000111 101 101001 0 1100000 1000110 101111 101010111 1011101 11011

Color Harmonies of #870529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870529

Black with #870529

Text Example


Text Example

White with #870529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870529; }

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

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

background-color css

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

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

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

border-color css

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

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

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