#850638

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

Shades of Burgundy #850638

Tints of Burgundy #850638

Color information

#850638 (or 0x850638) is unknown color: approx Burgundy. HEX triplet: 85, 06 and 38. RGB value is (133,6,56). Sum of RGB (Red+Green+Blue) = 133+6+56=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #850638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850638 is #7AF9C7. Grayscale: #313131. Windows color (decimal): -8059336 or 3671685. OLE color: 3671685.

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

Color convert

RGB133656-
CMYK00.950.580.48
HSL336.38º91.37%27.25%-
HSV(B)336.38º95.49%52.16%-
XYZ10.455.44.23-
YUV49.67131.58187.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=68.21%
G=3.08%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13365600.950.580.48336.3891.3727.25
Hex8563805F3A301505b1b
Octal2056700137726052013333
Binary1000010111011100001011111111010110000101010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850638; }

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

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

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

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

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

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

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

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