Html Css Color HEX #870E26 Burgundy

📋 copy color: '#870E26'

red 135 ◦ green 14 ◦ blue 38

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

Shades of Burgundy #870E26

Tints of Burgundy #870E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 72.19%
G = 7.49%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#870E26 (or 0x870E26) is known color: Burgundy. HEX triplet: 87, 0E and 26. RGB value is (135,14,38). Sum of RGB (Red+Green+Blue) = 135+14+38=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E26 is #78F1D9. Grayscale: #343434. Windows color (decimal): -7926234 or 2494087. OLE color: 2494087.

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

Color convert

RGB 135 14 38 -
CMYK 0 0.90 0.72 0.47
HSL 348.1º 0.81% 0.29% -
HSV(B) 348.1º 0.9% 0.53% -
XYZ 10.5 5.6 2.36 -
YUV 52.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 135 14 38 0 0.90 0.72 0.47 348.1 0.81 0.29
Hex 87 E 26 0 5A 48 2F 15C 51 1D
Octal 207 16 46 0 132 110 57 534 121 35
Binary 10000111 1110 100110 0 1011010 1001000 101111 101011100 1010001 11101

Color Harmonies of #870E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E26

Black with #870E26

Text Example


Text Example

White with #870E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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