#390532

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

Shades of Mardi Gras #390532

Tints of Mardi Gras #390532

Color information

#390532 (or 0x390532) is unknown color: approx Mardi Gras. HEX triplet: 39, 05 and 32. RGB value is (57,5,50). Sum of RGB (Red+Green+Blue) = 57+5+50=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #390532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390532 is #C6FACD. Grayscale: #191919. Windows color (decimal): -13040334 or 3278137. OLE color: 3278137.

HSL color Cylindrical-coordinate representation of color #390532: hue angle of 308.08º 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 #390532 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB57550-
CMYK00.910.120.78
HSL308.08º83.87%12.16%-
HSV(B)308.08º91.23%22.35%-
XYZ2.321.213.13-
YUV25.68141.73150.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=50.89%
G=4.46%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755000.910.120.78308.0883.8712.16
Hex3953205BC4E13454c
Octal7156201331411646412414
Binary111001101110010010110111100100111010011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390532; }

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

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

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

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

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

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

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

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