#421546

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

Shades of Mardi Gras #421546

Tints of Mardi Gras #421546

Color information

#421546 (or 0x421546) is unknown color: approx Mardi Gras. HEX triplet: 42, 15 and 46. RGB value is (66,21,70). Sum of RGB (Red+Green+Blue) = 66+21+70=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #421546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421546 is #BDEAB9. Grayscale: #272727. Windows color (decimal): -12446394 or 4592962. OLE color: 4592962.

HSL color Cylindrical-coordinate representation of color #421546: hue angle of 295.1º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421546 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB662170-
CMYK0.060.7000.73
HSL295.1º53.85%17.84%-
HSV(B)295.1º70%27.45%-
XYZ3.622.146.02-
YUV40.04144.91146.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=42.04%
G=13.38%
B=44.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6621700.060.7000.73295.153.8517.84
Hex4215466460491273612
Octal10225106610601114476622
Binary100001010101100011011010001100100100110010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421546; }

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

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

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

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

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

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

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

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