#421646

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

Shades of Mardi Gras #421646

Tints of Mardi Gras #421646

Color information

#421646 (or 0x421646) is unknown color: approx Mardi Gras. HEX triplet: 42, 16 and 46. RGB value is (66,22,70). Sum of RGB (Red+Green+Blue) = 66+22+70=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #421646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421646 is #BDE9B9. Grayscale: #282828. Windows color (decimal): -12446138 or 4593218. OLE color: 4593218.

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

Color convert

RGB662270-
CMYK0.060.6900.73
HSL295º52.17%18.04%-
HSV(B)295º68.57%27.45%-
XYZ3.642.176.02-
YUV40.63144.58146.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=41.77%
G=13.92%
B=44.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6622700.060.6900.7329552.1718.04
Hex4216466450491273412
Octal10226106610501114476422
Binary100001010110100011011010001010100100110010011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421646; }

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

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

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

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

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

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

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

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