Html Css Color HEX #870A29 Burgundy

📋 copy color: '#870A29'

red 135 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #870A29

Tints of Burgundy #870A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.04%

R = 72.58%
G = 5.38%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870A29 (or 0x870A29) is known color: Burgundy. HEX triplet: 87, 0A and 29. RGB value is (135,10,41). Sum of RGB (Red+Green+Blue) = 135+10+41=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #870A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A29 is #78F5D6. Grayscale: #323232. Windows color (decimal): -7927255 or 2689671. OLE color: 2689671.

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

Color convert

RGB 135 10 41 -
CMYK 0 0.93 0.70 0.47
HSL 345.12º 0.86% 0.28% -
HSV(B) 345.12º 0.93% 0.53% -
XYZ 10.5 5.53 2.61 -
YUV 50.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 135 10 41 0 0.93 0.70 0.47 345.12 0.86 0.28
Hex 87 A 29 0 5D 46 2F 159 56 1C
Octal 207 12 51 0 135 106 57 531 126 34
Binary 10000111 1010 101001 0 1011101 1000110 101111 101011001 1010110 11100

Color Harmonies of #870A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A29

Black with #870A29

Text Example


Text Example

White with #870A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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