#421146

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

Shades of Mardi Gras #421146

Tints of Mardi Gras #421146

Color information

#421146 (or 0x421146) is unknown color: approx Mardi Gras. HEX triplet: 42, 11 and 46. RGB value is (66,17,70). Sum of RGB (Red+Green+Blue) = 66+17+70=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #421146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421146 is #BDEEB9. Grayscale: #252525. Windows color (decimal): -12447418 or 4591938. OLE color: 4591938.

HSL color Cylindrical-coordinate representation of color #421146: hue angle of 295.47º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421146 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB661770-
CMYK0.060.7600.73
HSL295.47º60.92%17.06%-
HSV(B)295.47º75.71%27.45%-
XYZ3.5525.99-
YUV37.69146.23148.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=43.14%
G=11.11%
B=45.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6617700.060.7600.73295.4760.9217.06
Hex42114664C0491273d11
Octal10221106611401114477521
Binary100001010001100011011010011000100100110010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421146; }

 p { color: rgb(66,17,70); }

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

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

 a { background-color: rgb(66,17,70); }

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

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

 span { border-color: rgb(66,17,70); }

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