#391035

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

Shades of Mardi Gras #391035

Tints of Mardi Gras #391035

Color information

#391035 (or 0x391035) is unknown color: approx Mardi Gras. HEX triplet: 39, 10 and 35. RGB value is (57,16,53). Sum of RGB (Red+Green+Blue) = 57+16+53=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391035 is #C6EFCA. Grayscale: #202020. Windows color (decimal): -13037515 or 3477561. OLE color: 3477561.

HSL color Cylindrical-coordinate representation of color #391035: hue angle of 305.85º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #391035 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB571653-
CMYK00.720.070.78
HSL305.85º56.16%14.31%-
HSV(B)305.85º71.93%22.35%-
XYZ2.521.53.52-
YUV32.48139.58145.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=45.24%
G=12.70%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57165300.720.070.78305.8556.1614.31
Hex39103504874E13238e
Octal712065011071164627016
Binary111001100001101010100100011110011101001100101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391035; }

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

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

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

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

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

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

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

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