#390635

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

Shades of Mardi Gras #390635

Tints of Mardi Gras #390635

Color information

#390635 (or 0x390635) is unknown color: approx Mardi Gras. HEX triplet: 39, 06 and 35. RGB value is (57,6,53). Sum of RGB (Red+Green+Blue) = 57+6+53=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #390635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390635 is #C6F9CA. Grayscale: #1A1A1A. Windows color (decimal): -13040075 or 3475001. OLE color: 3475001.

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

Color convert

RGB57653-
CMYK00.890.070.78
HSL304.71º80.95%12.35%-
HSV(B)304.71º89.47%22.35%-
XYZ2.41.263.48-
YUV26.61142.9149.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=49.14%
G=5.17%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5765300.890.070.78304.7180.9512.35
Hex3963505974E13151c
Octal716650131711646112114
Binary11100111011010101011001111100111010011000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390635; }

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

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

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

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

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

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

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

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