Html Css Color HEX #870521 Burgundy

📋 copy color: '#870521'

red 135 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #870521

Tints of Burgundy #870521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 78.03%
G = 2.89%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870521 (or 0x870521) is known color: Burgundy. HEX triplet: 87, 05 and 21. RGB value is (135,5,33). Sum of RGB (Red+Green+Blue) = 135+5+33=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870521 is #78FADE. Grayscale: #2F2F2F. Windows color (decimal): -7928543 or 2164103. OLE color: 2164103.

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

Color convert

RGB 135 5 33 -
CMYK 0 0.96 0.76 0.47
HSL 347.08º 0.93% 0.27% -
HSV(B) 347.08º 0.96% 0.53% -
XYZ 10.32 5.37 1.93 -
YUV 47.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 135 5 33 0 0.96 0.76 0.47 347.08 0.93 0.27
Hex 87 5 21 0 60 4C 2F 15B 5D 1B
Octal 207 5 41 0 140 114 57 533 135 33
Binary 10000111 101 100001 0 1100000 1001100 101111 101011011 1011101 11011

Color Harmonies of #870521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870521

Black with #870521

Text Example


Text Example

White with #870521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870521; }

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

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

background-color css

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

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

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

border-color css

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

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

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