#390634

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

Shades of Mardi Gras #390634

Tints of Mardi Gras #390634

Color information

#390634 (or 0x390634) is unknown color: approx Mardi Gras. HEX triplet: 39, 06 and 34. RGB value is (57,6,52). Sum of RGB (Red+Green+Blue) = 57+6+52=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390634 is #C6F9CB. Grayscale: #1A1A1A. Windows color (decimal): -13040076 or 3409465. OLE color: 3409465.

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

Color convert

RGB57652-
CMYK00.890.090.78
HSL305.88º80.95%12.35%-
HSV(B)305.88º89.47%22.35%-
XYZ2.371.253.36-
YUV26.49142.4149.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=49.57%
G=5.22%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5765200.890.090.78305.8880.9512.35
Hex3963405994E13251c
Octal7166401311111646212114
Binary111001110110100010110011001100111010011001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390634; }

 p { color: rgb(57,6,52); }

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

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

 a { background-color: rgb(57,6,52); }

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

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

 span { border-color: rgb(57,6,52); }

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