#391534

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

Shades of Mardi Gras #391534

Tints of Mardi Gras #391534

Color information

#391534 (or 0x391534) is unknown color: approx Mardi Gras. HEX triplet: 39, 15 and 34. RGB value is (57,21,52). Sum of RGB (Red+Green+Blue) = 57+21+52=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #391534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391534 is #C6EACB. Grayscale: #232323. Windows color (decimal): -13036236 or 3413305. OLE color: 3413305.

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

Color convert

RGB572152-
CMYK00.630.090.78
HSL308.33º46.15%15.29%-
HSV(B)308.33º63.16%22.35%-
XYZ2.581.653.43-
YUV35.3137.43143.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 52 (20.70% from 255) = 40%
R=43.85%
G=16.15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57215200.630.090.78308.3346.1515.29
Hex39153403F94E1342ef
Octal712564077111164645617
Binary111001101011101000111111100110011101001101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391534; }

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

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

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

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

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

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

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

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