Html Css Color HEX #870E31 Burgundy

📋 copy color: '#870E31'

red 135 ◦ green 14 ◦ blue 49

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

Shades of Burgundy #870E31

Tints of Burgundy #870E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 68.18%
G = 7.07%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870E31 (or 0x870E31) is known color: Burgundy. HEX triplet: 87, 0E and 31. RGB value is (135,14,49). Sum of RGB (Red+Green+Blue) = 135+14+49=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #870E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E31 is #78F1CE. Grayscale: #363636. Windows color (decimal): -7926223 or 3214983. OLE color: 3214983.

HSL color Cylindrical-coordinate representation of color #870E31: hue angle of 342.64º 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 #870E31 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 49 -
CMYK 0 0.90 0.64 0.47
HSL 342.64º 0.81% 0.29% -
HSV(B) 342.64º 0.9% 0.53% -
XYZ 10.7 5.69 3.44 -
YUV 54.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 135 14 49 0 0.90 0.64 0.47 342.64 0.81 0.29
Hex 87 E 31 0 5A 40 2F 157 51 1D
Octal 207 16 61 0 132 100 57 527 121 35
Binary 10000111 1110 110001 0 1011010 1000000 101111 101010111 1010001 11101

Color Harmonies of #870E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E31

Black with #870E31

Text Example


Text Example

White with #870E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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