Html Css Color HEX #870E1B Burgundy

📋 copy color: '#870E1B'

red 135 ◦ green 14 ◦ blue 27

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

Shades of Burgundy #870E1B

Tints of Burgundy #870E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 76.7%
G = 7.95%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#870E1B (or 0x870E1B) is known color: Burgundy. HEX triplet: 87, 0E and 1B. RGB value is (135,14,27). Sum of RGB (Red+Green+Blue) = 135+14+27=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E1B is #78F1E4. Grayscale: #333333. Windows color (decimal): -7926245 or 1773191. OLE color: 1773191.

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

Color convert

RGB 135 14 27 -
CMYK 0 0.90 0.8 0.47
HSL 353.55º 0.81% 0.29% -
HSV(B) 353.55º 0.9% 0.53% -
XYZ 10.35 5.54 1.56 -
YUV 51.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 135 14 27 0 0.90 0.8 0.47 353.55 0.81 0.29
Hex 87 E 1B 0 5A 50 2F 162 51 1D
Octal 207 16 33 0 132 120 57 542 121 35
Binary 10000111 1110 11011 0 1011010 1010000 101111 101100010 1010001 11101

Color Harmonies of #870E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E1B

Black with #870E1B

Text Example


Text Example

White with #870E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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