Html Css Color HEX #870A3A Burgundy

📋 copy color: '#870A3A'

red 135 ◦ green 10 ◦ blue 58

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

Shades of Burgundy #870A3A

Tints of Burgundy #870A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 66.5%
G = 4.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#870A3A (or 0x870A3A) is known color: Burgundy. HEX triplet: 87, 0A and 3A. RGB value is (135,10,58). Sum of RGB (Red+Green+Blue) = 135+10+58=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A3A is #78F5C5. Grayscale: #343434. Windows color (decimal): -7927238 or 3803783. OLE color: 3803783.

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

Color convert

RGB 135 10 58 -
CMYK 0 0.93 0.57 0.47
HSL 336.96º 0.86% 0.28% -
HSV(B) 336.96º 0.93% 0.53% -
XYZ 10.86 5.67 4.53 -
YUV 52.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 135 10 58 0 0.93 0.57 0.47 336.96 0.86 0.28
Hex 87 A 3A 0 5D 39 2F 151 56 1C
Octal 207 12 72 0 135 71 57 521 126 34
Binary 10000111 1010 111010 0 1011101 111001 101111 101010001 1010110 11100

Color Harmonies of #870A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A3A

Black with #870A3A

Text Example


Text Example

White with #870A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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