#940331

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

Shades of Burgundy #940331

Tints of Burgundy #940331

Color information

#940331 (or 0x940331) is unknown color: approx Burgundy. HEX triplet: 94, 03 and 31. RGB value is (148,3,49). Sum of RGB (Red+Green+Blue) = 148+3+49=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #940331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940331 is #6BFCCE. Grayscale: #333333. Windows color (decimal): -7077071 or 3212180. OLE color: 3212180.

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

Color convert

RGB148349-
CMYK00.980.670.42
HSL340.97º96.03%29.61%-
HSV(B)340.97º97.97%58.04%-
XYZ12.86.583.5-
YUV51.6126.54196.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=74%
G=1.5%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14834900.980.670.42340.9796.0329.61
Hex94331062432A155601e
Octal22436101421035252514036
Binary1001010011110001011000101000011101010101010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940331; }

 p { color: rgb(148,3,49); }

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

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

 a { background-color: rgb(148,3,49); }

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

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

 span { border-color: rgb(148,3,49); }

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