#850F21

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

Shades of Burgundy #850F21

Tints of Burgundy #850F21

Color information

#850F21 (or 0x850F21) is unknown color: approx Burgundy. HEX triplet: 85, 0F and 21. RGB value is (133,15,33). Sum of RGB (Red+Green+Blue) = 133+15+33=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #850F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F21 is #7AF0DE. Grayscale: #343434. Windows color (decimal): -8057055 or 2166661. OLE color: 2166661.

HSL color Cylindrical-coordinate representation of color #850F21: hue angle of 350.85º 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 #850F21 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB1331533-
CMYK00.890.750.48
HSL350.85º79.73%29.02%-
HSV(B)350.85º88.72%52.16%-
XYZ10.125.441.96-
YUV52.33117.09185.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=73.48%
G=8.29%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133153300.890.750.48350.8579.7329.02
Hex85F210594B3015f501d
Octal205174101311136053712035
Binary100001011111100001010110011001011110000101011111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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