#421440

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

Shades of Mardi Gras #421440

Tints of Mardi Gras #421440

Color information

#421440 (or 0x421440) is unknown color: approx Mardi Gras. HEX triplet: 42, 14 and 40. RGB value is (66,20,64). Sum of RGB (Red+Green+Blue) = 66+20+64=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #421440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421440 is #BDEBBF. Grayscale: #262626. Windows color (decimal): -12446656 or 4199490. OLE color: 4199490.

HSL color Cylindrical-coordinate representation of color #421440: hue angle of 302.61º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421440 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB662064-
CMYK00.700.030.74
HSL302.61º53.49%16.86%-
HSV(B)302.61º69.7%25.88%-
XYZ3.422.035.06-
YUV38.77142.24147.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=44%
G=13.33%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66206400.700.030.74302.6153.4916.86
Hex42144004634A12f3511
Octal10224100010631124576521
Binary10000101010010000000100011011100101010010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421440; }

 p { color: rgb(66,20,64); }

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

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

 a { background-color: rgb(66,20,64); }

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

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

 span { border-color: rgb(66,20,64); }

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