#390537

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

Shades of Mardi Gras #390537

Tints of Mardi Gras #390537

Color information

#390537 (or 0x390537) is unknown color: approx Mardi Gras. HEX triplet: 39, 05 and 37. RGB value is (57,5,55). Sum of RGB (Red+Green+Blue) = 57+5+55=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #390537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390537 is #C6FAC8. Grayscale: #1A1A1A. Windows color (decimal): -13040329 or 3605817. OLE color: 3605817.

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

Color convert

RGB57555-
CMYK00.910.040.78
HSL302.31º83.87%12.16%-
HSV(B)302.31º91.23%22.35%-
XYZ2.431.253.73-
YUV26.25144.23149.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 55 (21.88% from 255) = 47.01%
R=48.72%
G=4.27%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755500.910.040.78302.3183.8712.16
Hex3953705B44E12e54c
Octal715670133411645612414
Binary11100110111011101011011100100111010010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390537; }

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

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

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

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

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

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

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

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