#421640

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

Shades of Mardi Gras #421640

Tints of Mardi Gras #421640

Color information

#421640 (or 0x421640) is unknown color: approx Mardi Gras. HEX triplet: 42, 16 and 40. RGB value is (66,22,64). Sum of RGB (Red+Green+Blue) = 66+22+64=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #421640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421640 is #BDE9BF. Grayscale: #272727. Windows color (decimal): -12446144 or 4200002. OLE color: 4200002.

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

Color convert

RGB662264-
CMYK00.670.030.74
HSL302.73º50%17.25%-
HSV(B)302.73º66.67%25.88%-
XYZ3.462.15.07-
YUV39.94141.58146.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=43.42%
G=14.47%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66226400.670.030.74302.735017.25
Hex42164004334A12f3211
Octal10226100010331124576221
Binary10000101011010000000100001111100101010010111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421640; }

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

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

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

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

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

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

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

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