Html Css Color HEX #870E1C Burgundy

📋 copy color: '#870E1C'

red 135 ◦ green 14 ◦ blue 28

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

Shades of Burgundy #870E1C

Tints of Burgundy #870E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 76.27%
G = 7.91%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#870E1C (or 0x870E1C) is known color: Burgundy. HEX triplet: 87, 0E and 1C. RGB value is (135,14,28). Sum of RGB (Red+Green+Blue) = 135+14+28=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E1C is #78F1E3. Grayscale: #333333. Windows color (decimal): -7926244 or 1838727. OLE color: 1838727.

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

Color convert

RGB 135 14 28 -
CMYK 0 0.90 0.79 0.47
HSL 353.06º 0.81% 0.29% -
HSV(B) 353.06º 0.9% 0.53% -
XYZ 10.36 5.55 1.62 -
YUV 51.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 135 14 28 0 0.90 0.79 0.47 353.06 0.81 0.29
Hex 87 E 1C 0 5A 4F 2F 161 51 1D
Octal 207 16 34 0 132 117 57 541 121 35
Binary 10000111 1110 11100 0 1011010 1001111 101111 101100001 1010001 11101

Color Harmonies of #870E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E1C

Black with #870E1C

Text Example


Text Example

White with #870E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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