#42013E

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

Shades of Mardi Gras #42013E

Tints of Mardi Gras #42013E

Color information

#42013E (or 0x42013E) is unknown color: approx Mardi Gras. HEX triplet: 42, 01 and 3E. RGB value is (66,1,62). Sum of RGB (Red+Green+Blue) = 66+1+62=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013E is #BDFEC1. Grayscale: #1B1B1B. Windows color (decimal): -12451522 or 4063554. OLE color: 4063554.

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

Color convert

RGB66162-
CMYK00.980.060.74
HSL303.69º97.01%13.14%-
HSV(B)303.69º98.48%25.88%-
XYZ3.131.534.69-
YUV27.39147.53155.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 62 (24.61% from 255) = 48.06%
R=51.16%
G=0.78%
B=48.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6616200.980.060.74303.6997.0113.14
Hex4213E06264A13061d
Octal1021760142611246014115
Binary1000010111111001100010110100101010011000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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