#850938

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

Shades of Burgundy #850938

Tints of Burgundy #850938

Color information

#850938 (or 0x850938) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 38. RGB value is (133,9,56). Sum of RGB (Red+Green+Blue) = 133+9+56=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850938 is #7AF6C7. Grayscale: #333333. Windows color (decimal): -8058568 or 3672453. OLE color: 3672453.

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

Color convert

RGB133956-
CMYK00.930.580.48
HSL337.26º87.32%27.84%-
HSV(B)337.26º93.23%52.16%-
XYZ10.485.474.24-
YUV51.43130.58186.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=67.17%
G=4.55%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13395600.930.580.48337.2687.3227.84
Hex8593805D3A30151571c
Octal20511700135726052112734
Binary10000101100111100001011101111010110000101010001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850938; }

 p { color: rgb(133,9,56); }

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

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

 a { background-color: rgb(133,9,56); }

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

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

 span { border-color: rgb(133,9,56); }

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