Html Css Color HEX #870A3E Burgundy

📋 copy color: '#870A3E'

red 135 ◦ green 10 ◦ blue 62

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

Shades of Burgundy #870A3E

Tints of Burgundy #870A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 65.22%
G = 4.83%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#870A3E (or 0x870A3E) is known color: Burgundy. HEX triplet: 87, 0A and 3E. RGB value is (135,10,62). Sum of RGB (Red+Green+Blue) = 135+10+62=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #870A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A3E is #78F5C1. Grayscale: #353535. Windows color (decimal): -7927234 or 4065927. OLE color: 4065927.

HSL color Cylindrical-coordinate representation of color #870A3E: hue angle of 335.04º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A3E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 62 -
CMYK 0 0.93 0.54 0.47
HSL 335.04º 0.86% 0.28% -
HSV(B) 335.04º 0.93% 0.53% -
XYZ 10.97 5.72 5.08 -
YUV 53.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 135 10 62 0 0.93 0.54 0.47 335.04 0.86 0.28
Hex 87 A 3E 0 5D 36 2F 14F 56 1C
Octal 207 12 76 0 135 66 57 517 126 34
Binary 10000111 1010 111110 0 1011101 110110 101111 101001111 1010110 11100

Color Harmonies of #870A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A3E

Black with #870A3E

Text Example


Text Example

White with #870A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,62); }

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

background-color css

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

 a { background-color: rgb(135,10,62); }

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

border-color css

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

 span { border-color: rgb(135,10,62); }

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