Html Css Color HEX #870E37 Burgundy

📋 copy color: '#870E37'

red 135 ◦ green 14 ◦ blue 55

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

Shades of Burgundy #870E37

Tints of Burgundy #870E37

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.86%

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 66.18%
G = 6.86%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#870E37 (or 0x870E37) is known color: Burgundy. HEX triplet: 87, 0E and 37. RGB value is (135,14,55). Sum of RGB (Red+Green+Blue) = 135+14+55=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #870E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E37 is #78F1C8. Grayscale: #363636. Windows color (decimal): -7926217 or 3608199. OLE color: 3608199.

HSL color Cylindrical-coordinate representation of color #870E37: hue angle of 339.67º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E37 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 55 -
CMYK 0 0.90 0.59 0.47
HSL 339.67º 0.81% 0.29% -
HSV(B) 339.67º 0.9% 0.53% -
XYZ 10.84 5.74 4.15 -
YUV 54.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 135 14 55 0 0.90 0.59 0.47 339.67 0.81 0.29
Hex 87 E 37 0 5A 3B 2F 154 51 1D
Octal 207 16 67 0 132 73 57 524 121 35
Binary 10000111 1110 110111 0 1011010 111011 101111 101010100 1010001 11101

Color Harmonies of #870E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E37

Black with #870E37

Text Example


Text Example

White with #870E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,14,55); }

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

background-color css

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

 a { background-color: rgb(135,14,55); }

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

border-color css

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

 span { border-color: rgb(135,14,55); }

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