#391435

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

Shades of Mardi Gras #391435

Tints of Mardi Gras #391435

Color information

#391435 (or 0x391435) is unknown color: approx Mardi Gras. HEX triplet: 39, 14 and 35. RGB value is (57,20,53). Sum of RGB (Red+Green+Blue) = 57+20+53=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #391435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391435 is #C6EBCA. Grayscale: #222222. Windows color (decimal): -13036491 or 3478585. OLE color: 3478585.

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

Color convert

RGB572053-
CMYK00.650.070.78
HSL306.49º48.05%15.1%-
HSV(B)306.49º64.91%22.35%-
XYZ2.581.633.55-
YUV34.82138.26143.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=43.85%
G=15.38%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57205300.650.070.78306.4948.0515.1
Hex39143504174E13230f
Octal712465010171164626017
Binary111001101001101010100000111110011101001100101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391435; }

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

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

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

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

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

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

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

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