#940330

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

Shades of Burgundy #940330

Tints of Burgundy #940330

Color information

#940330 (or 0x940330) is unknown color: approx Burgundy. HEX triplet: 94, 03 and 30. RGB value is (148,3,48). Sum of RGB (Red+Green+Blue) = 148+3+48=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #940330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940330 is #6BFCCF. Grayscale: #333333. Windows color (decimal): -7077072 or 3146644. OLE color: 3146644.

HSL color Cylindrical-coordinate representation of color #940330: hue angle of 341.38º 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 #940330 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB148348-
CMYK00.980.680.42
HSL341.38º96.03%29.61%-
HSV(B)341.38º97.97%58.04%-
XYZ12.786.573.39-
YUV51.48126.04196.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74.37%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=74.37%
G=1.51%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14834800.980.680.42341.3896.0329.61
Hex94330062442A155601e
Octal22436001421045252514036
Binary1001010011110000011000101000100101010101010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940330; }

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

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

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

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

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

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

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

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