#42013C

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

Shades of Mardi Gras #42013C

Tints of Mardi Gras #42013C

Color information

#42013C (or 0x42013C) is unknown color: approx Mardi Gras. HEX triplet: 42, 01 and 3C. RGB value is (66,1,60). Sum of RGB (Red+Green+Blue) = 66+1+60=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013C is #BDFEC3. Grayscale: #1A1A1A. Windows color (decimal): -12451524 or 3932482. OLE color: 3932482.

HSL color Cylindrical-coordinate representation of color #42013C: hue angle of 305.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42013C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB66160-
CMYK00.980.090.74
HSL305.54º97.01%13.14%-
HSV(B)305.54º98.48%25.88%-
XYZ3.071.514.4-
YUV27.16146.53155.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 60 (23.83% from 255) = 47.24%
R=51.97%
G=0.79%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6616000.980.090.74305.5497.0113.14
Hex4213C06294A13261d
Octal10217401421111246214115
Binary10000101111100011000101001100101010011001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42013C; }

 p { color: rgb(66,1,60); }

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

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

 a { background-color: rgb(66,1,60); }

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

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

 span { border-color: rgb(66,1,60); }

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