Html Css Color HEX #870B39 Burgundy

📋 copy color: '#870B39'

red 135 ◦ green 11 ◦ blue 57

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

Shades of Burgundy #870B39

Tints of Burgundy #870B39

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 66.5%
G = 5.42%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#870B39 (or 0x870B39) is known color: Burgundy. HEX triplet: 87, 0B and 39. RGB value is (135,11,57). Sum of RGB (Red+Green+Blue) = 135+11+57=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B39 is #78F4C6. Grayscale: #353535. Windows color (decimal): -7926983 or 3738503. OLE color: 3738503.

HSL color Cylindrical-coordinate representation of color #870B39: hue angle of 337.74º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B39 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 57 -
CMYK 0 0.92 0.58 0.47
HSL 337.74º 0.85% 0.29% -
HSV(B) 337.74º 0.92% 0.53% -
XYZ 10.85 5.69 4.4 -
YUV 53.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 135 11 57 0 0.92 0.58 0.47 337.74 0.85 0.29
Hex 87 B 39 0 5C 3A 2F 152 55 1D
Octal 207 13 71 0 134 72 57 522 125 35
Binary 10000111 1011 111001 0 1011100 111010 101111 101010010 1010101 11101

Color Harmonies of #870B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B39

Black with #870B39

Text Example


Text Example

White with #870B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870B39; }

 p { color: rgb(135,11,57); }

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

background-color css

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

 a { background-color: rgb(135,11,57); }

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

border-color css

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

 span { border-color: rgb(135,11,57); }

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