#850936

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

Shades of Burgundy #850936

Tints of Burgundy #850936

Color information

#850936 (or 0x850936) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 36. RGB value is (133,9,54). Sum of RGB (Red+Green+Blue) = 133+9+54=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #850936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850936 is #7AF6C9. Grayscale: #333333. Windows color (decimal): -8058570 or 3541381. OLE color: 3541381.

HSL color Cylindrical-coordinate representation of color #850936: hue angle of 338.23º 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 #850936 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB133954-
CMYK00.930.590.48
HSL338.23º87.32%27.84%-
HSV(B)338.23º93.23%52.16%-
XYZ10.445.453.99-
YUV51.21129.58186.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=67.86%
G=4.59%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13395400.930.590.48338.2387.3227.84
Hex8593605D3B30152571c
Octal20511660135736052212734
Binary10000101100111011001011101111011110000101010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850936; }

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

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

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

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

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

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

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

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