#42053E

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

Shades of Mardi Gras #42053E

Tints of Mardi Gras #42053E

Color information

#42053E (or 0x42053E) is unknown color: approx Mardi Gras. HEX triplet: 42, 05 and 3E. RGB value is (66,5,62). Sum of RGB (Red+Green+Blue) = 66+5+62=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42053E is #BDFAC1. Grayscale: #1D1D1D. Windows color (decimal): -12450498 or 4064578. OLE color: 4064578.

HSL color Cylindrical-coordinate representation of color #42053E: hue angle of 303.93º 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 #42053E is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB66562-
CMYK00.920.060.74
HSL303.93º85.92%13.92%-
HSV(B)303.93º92.42%25.88%-
XYZ3.171.614.7-
YUV29.74146.21153.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=49.62%
G=3.76%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6656200.920.060.74303.9385.9213.92
Hex4253E05C64A13056e
Octal1025760134611246012616
Binary100001010111111001011100110100101010011000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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