#940438

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

Shades of Burgundy #940438

Tints of Burgundy #940438

Color information

#940438 (or 0x940438) is unknown color: approx Burgundy. HEX triplet: 94, 04 and 38. RGB value is (148,4,56). Sum of RGB (Red+Green+Blue) = 148+4+56=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940438 is #6BFBC7. Grayscale: #343434. Windows color (decimal): -7076808 or 3671188. OLE color: 3671188.

HSL color Cylindrical-coordinate representation of color #940438: hue angle of 338.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940438 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB148456-
CMYK00.970.620.42
HSL338.33º94.74%29.8%-
HSV(B)338.33º97.3%58.04%-
XYZ12.976.674.34-
YUV52.98129.71195.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=71.15%
G=1.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14845600.970.620.42338.3394.7429.8
Hex944380613E2A1525f1e
Octal2244700141765252213736
Binary1001010010011100001100001111110101010101010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940438; }

 p { color: rgb(148,4,56); }

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

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

 a { background-color: rgb(148,4,56); }

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

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

 span { border-color: rgb(148,4,56); }

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