Html Css Color HEX #870939 Burgundy

📋 copy color: '#870939'

red 135 ◦ green 9 ◦ blue 57

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

Shades of Burgundy #870939

Tints of Burgundy #870939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 67.16%
G = 4.48%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#870939 (or 0x870939) is known color: Burgundy. HEX triplet: 87, 09 and 39. RGB value is (135,9,57). Sum of RGB (Red+Green+Blue) = 135+9+57=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #870939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870939 is #78F6C6. Grayscale: #343434. Windows color (decimal): -7927495 or 3737991. OLE color: 3737991.

HSL color Cylindrical-coordinate representation of color #870939: hue angle of 337.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870939 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 57 -
CMYK 0 0.93 0.58 0.47
HSL 337.14º 0.88% 0.28% -
HSV(B) 337.14º 0.93% 0.53% -
XYZ 10.83 5.64 4.39 -
YUV 52.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 135 9 57 0 0.93 0.58 0.47 337.14 0.88 0.28
Hex 87 9 39 0 5D 3A 2F 151 58 1C
Octal 207 11 71 0 135 72 57 521 130 34
Binary 10000111 1001 111001 0 1011101 111010 101111 101010001 1011000 11100

Color Harmonies of #870939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870939

Black with #870939

Text Example


Text Example

White with #870939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870939; }

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

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

background-color css

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

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

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

border-color css

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

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

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