Html Css Color HEX #870E2D Burgundy

📋 copy color: '#870E2D'

red 135 ◦ green 14 ◦ blue 45

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

Shades of Burgundy #870E2D

Tints of Burgundy #870E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 69.59%
G = 7.22%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#870E2D (or 0x870E2D) is known color: Burgundy. HEX triplet: 87, 0E and 2D. RGB value is (135,14,45). Sum of RGB (Red+Green+Blue) = 135+14+45=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E2D is #78F1D2. Grayscale: #353535. Windows color (decimal): -7926227 or 2952839. OLE color: 2952839.

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

Color convert

RGB 135 14 45 -
CMYK 0 0.90 0.67 0.47
HSL 344.63º 0.81% 0.29% -
HSV(B) 344.63º 0.9% 0.53% -
XYZ 10.62 5.65 3.01 -
YUV 53.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 135 14 45 0 0.90 0.67 0.47 344.63 0.81 0.29
Hex 87 E 2D 0 5A 43 2F 159 51 1D
Octal 207 16 55 0 132 103 57 531 121 35
Binary 10000111 1110 101101 0 1011010 1000011 101111 101011001 1010001 11101

Color Harmonies of #870E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E2D

Black with #870E2D

Text Example


Text Example

White with #870E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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