#390535

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

Shades of Mardi Gras #390535

Tints of Mardi Gras #390535

Color information

#390535 (or 0x390535) is unknown color: approx Mardi Gras. HEX triplet: 39, 05 and 35. RGB value is (57,5,53). Sum of RGB (Red+Green+Blue) = 57+5+53=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390535 is #C6FACA. Grayscale: #191919. Windows color (decimal): -13040331 or 3474745. OLE color: 3474745.

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

Color convert

RGB57553-
CMYK00.910.070.78
HSL304.62º83.87%12.16%-
HSV(B)304.62º91.23%22.35%-
XYZ2.381.243.48-
YUV26.02143.23150.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=49.57%
G=4.35%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755300.910.070.78304.6283.8712.16
Hex3953505B74E13154c
Octal715650133711646112414
Binary11100110111010101011011111100111010011000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390535; }

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

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

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

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

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

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

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

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