Html Css Color HEX #850829 Burgundy

📋 copy color: '#850829'

red 133 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #850829

Tints of Burgundy #850829

RGB

 RED value IS 133 (52.34% from 255) = 73.08%

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

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

R = 73.08%
G = 4.4%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#850829 (or 0x850829) is known color: Burgundy. HEX triplet: 85, 08 and 29. RGB value is (133,8,41). Sum of RGB (Red+Green+Blue) = 133+8+41=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #850829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850829 is #7AF7D6. Grayscale: #313131. Windows color (decimal): -8058839 or 2689157. OLE color: 2689157.

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

Color convert

RGB 133 8 41 -
CMYK 0 0.94 0.69 0.48
HSL 344.16º 0.89% 0.28% -
HSV(B) 344.16º 0.94% 0.52% -
XYZ 10.16 5.32 2.59 -
YUV 49.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 133 8 41 0 0.94 0.69 0.48 344.16 0.89 0.28
Hex 85 8 29 0 5E 45 30 158 59 1C
Octal 205 10 51 0 136 105 60 530 131 34
Binary 10000101 1000 101001 0 1011110 1000101 110000 101011000 1011001 11100

Color Harmonies of #850829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850829

Black with #850829

Text Example


Text Example

White with #850829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850829; }

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

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

background-color css

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

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

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

border-color css

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

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

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