#42053B

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

Shades of Mardi Gras #42053B

Tints of Mardi Gras #42053B

Color information

#42053B (or 0x42053B) is unknown color: approx Mardi Gras. HEX triplet: 42, 05 and 3B. RGB value is (66,5,59). Sum of RGB (Red+Green+Blue) = 66+5+59=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053B is #BDFAC4. Grayscale: #1D1D1D. Windows color (decimal): -12450501 or 3867970. OLE color: 3867970.

HSL color Cylindrical-coordinate representation of color #42053B: hue angle of 306.89º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42053B is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB66559-
CMYK00.920.110.74
HSL306.89º85.92%13.92%-
HSV(B)306.89º92.42%25.88%-
XYZ3.091.584.28-
YUV29.39144.71154.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 59 (23.44% from 255) = 45.38%
R=50.77%
G=3.85%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6655900.920.110.74306.8985.9213.92
Hex4253B05CB4A13356e
Octal10257301341311246312616
Binary1000010101111011010111001011100101010011001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42053B; }

 p { color: rgb(66,5,59); }

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

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

 a { background-color: rgb(66,5,59); }

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

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

 span { border-color: rgb(66,5,59); }

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