Html Css Color HEX #870B29 Burgundy

📋 copy color: '#870B29'

red 135 ◦ green 11 ◦ blue 41

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

Shades of Burgundy #870B29

Tints of Burgundy #870B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

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

R = 72.19%
G = 5.88%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870B29 (or 0x870B29) is known color: Burgundy. HEX triplet: 87, 0B and 29. RGB value is (135,11,41). Sum of RGB (Red+Green+Blue) = 135+11+41=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B29 is #78F4D6. Grayscale: #333333. Windows color (decimal): -7926999 or 2689927. OLE color: 2689927.

HSL color Cylindrical-coordinate representation of color #870B29: hue angle of 345.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B29 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 41 -
CMYK 0 0.92 0.70 0.47
HSL 345.48º 0.85% 0.29% -
HSV(B) 345.48º 0.92% 0.53% -
XYZ 10.51 5.55 2.62 -
YUV 51.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 135 11 41 0 0.92 0.70 0.47 345.48 0.85 0.29
Hex 87 B 29 0 5C 46 2F 159 55 1D
Octal 207 13 51 0 134 106 57 531 125 35
Binary 10000111 1011 101001 0 1011100 1000110 101111 101011001 1010101 11101

Color Harmonies of #870B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B29

Black with #870B29

Text Example


Text Example

White with #870B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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