#390533

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

Shades of Mardi Gras #390533

Tints of Mardi Gras #390533

Color information

#390533 (or 0x390533) is unknown color: approx Mardi Gras. HEX triplet: 39, 05 and 33. RGB value is (57,5,51). Sum of RGB (Red+Green+Blue) = 57+5+51=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #390533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390533 is #C6FACC. Grayscale: #191919. Windows color (decimal): -13040333 or 3343673. OLE color: 3343673.

HSL color Cylindrical-coordinate representation of color #390533: hue angle of 306.92º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390533 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB57551-
CMYK00.910.110.78
HSL306.92º83.87%12.16%-
HSV(B)306.92º91.23%22.35%-
XYZ2.341.223.24-
YUV25.79142.23150.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=50.44%
G=4.42%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755100.910.110.78306.9283.8712.16
Hex3953305BB4E13354c
Octal7156301331311646312414
Binary111001101110011010110111011100111010011001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390533; }

 p { color: rgb(57,5,51); }

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

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

 a { background-color: rgb(57,5,51); }

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

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

 span { border-color: rgb(57,5,51); }

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