Html Css Color HEX #870829 Burgundy

📋 copy color: '#870829'

red 135 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #870829

Tints of Burgundy #870829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 73.37%
G = 4.35%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870829 (or 0x870829) is known color: Burgundy. HEX triplet: 87, 08 and 29. RGB value is (135,8,41). Sum of RGB (Red+Green+Blue) = 135+8+41=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #870829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870829 is #78F7D6. Grayscale: #313131. Windows color (decimal): -7927767 or 2689159. OLE color: 2689159.

HSL color Cylindrical-coordinate representation of color #870829: hue angle of 344.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870829 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 41 -
CMYK 0 0.94 0.70 0.47
HSL 344.41º 0.89% 0.28% -
HSV(B) 344.41º 0.94% 0.53% -
XYZ 10.48 5.48 2.6 -
YUV 49.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 135 8 41 0 0.94 0.70 0.47 344.41 0.89 0.28
Hex 87 8 29 0 5E 46 2F 158 59 1C
Octal 207 10 51 0 136 106 57 530 131 34
Binary 10000111 1000 101001 0 1011110 1000110 101111 101011000 1011001 11100

Color Harmonies of #870829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870829

Black with #870829

Text Example


Text Example

White with #870829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870829; }

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

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

background-color css

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

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

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

border-color css

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

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

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