#850338

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

Shades of Burgundy #850338

Tints of Burgundy #850338

Color information

#850338 (or 0x850338) is unknown color: approx Burgundy. HEX triplet: 85, 03 and 38. RGB value is (133,3,56). Sum of RGB (Red+Green+Blue) = 133+3+56=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850338 is #7AFCC7. Grayscale: #2F2F2F. Windows color (decimal): -8060104 or 3670917. OLE color: 3670917.

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

Color convert

RGB133356-
CMYK00.980.580.48
HSL335.54º95.59%26.67%-
HSV(B)335.54º97.74%52.16%-
XYZ10.425.344.22-
YUV47.91132.57188.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.27%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=69.27%
G=1.56%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13335600.980.580.48335.5495.5926.67
Hex853380623A30150601b
Octal2053700142726052014033
Binary100001011111100001100010111010110000101010000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850338; }

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

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

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

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

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

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

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

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