#850F29

Color #850F29 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #850F29

Tints of Burgundy #850F29

Color information

#850F29 (or 0x850F29) is unknown color: approx Burgundy. HEX triplet: 85, 0F and 29. RGB value is (133,15,41). Sum of RGB (Red+Green+Blue) = 133+15+41=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #850F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F29 is #7AF0D6. Grayscale: #353535. Windows color (decimal): -8057047 or 2690949. OLE color: 2690949.

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

Color convert

RGB1331541-
CMYK00.890.690.48
HSL346.78º79.73%29.02%-
HSV(B)346.78º88.72%52.16%-
XYZ10.245.492.62-
YUV53.25121.09184.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 15 (6.25% from 255) = 7.94%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=70.37%
G=7.94%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133154100.890.690.48346.7879.7329.02
Hex85F29059453015b501d
Octal205175101311056053312035
Binary100001011111101001010110011000101110000101011011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850F29; }

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

 H1.HeaderClassName
 {
   color: #850F29;
 }
 .AnyTagClassName
 {
   color: #850F29;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #850F29;
 }
 .BgClassName
 {
   background-color: #850F29;
 }
</style>
border-color css

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

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

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