#42013A

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

Shades of Mardi Gras #42013A

Tints of Mardi Gras #42013A

Color information

#42013A (or 0x42013A) is unknown color: approx Mardi Gras. HEX triplet: 42, 01 and 3A. RGB value is (66,1,58). Sum of RGB (Red+Green+Blue) = 66+1+58=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42013A is #BDFEC5. Grayscale: #1A1A1A. Windows color (decimal): -12451526 or 3801410. OLE color: 3801410.

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

Color convert

RGB66158-
CMYK00.980.120.74
HSL307.38º97.01%13.14%-
HSV(B)307.38º98.48%25.88%-
XYZ3.021.494.13-
YUV26.93145.53155.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=52.8%
G=0.8%
B=46.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6615800.980.120.74307.3897.0113.14
Hex4213A062C4A13361d
Octal10217201421411246314115
Binary10000101111010011000101100100101010011001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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