#421344

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

Shades of Mardi Gras #421344

Tints of Mardi Gras #421344

Color information

#421344 (or 0x421344) is unknown color: approx Mardi Gras. HEX triplet: 42, 13 and 44. RGB value is (66,19,68). Sum of RGB (Red+Green+Blue) = 66+19+68=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #421344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421344 is #BDECBB. Grayscale: #262626. Windows color (decimal): -12446908 or 4461378. OLE color: 4461378.

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

Color convert

RGB661968-
CMYK0.030.7200.73
HSL297.55º56.32%17.06%-
HSV(B)297.55º72.06%26.67%-
XYZ3.522.045.68-
YUV38.64144.57147.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=43.14%
G=12.42%
B=44.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6619680.030.7200.73297.5556.3217.06
Hex42134434804912a3811
Octal10223104311001114527021
Binary10000101001110001001110010000100100110010101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421344; }

 p { color: rgb(66,19,68); }

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

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

 a { background-color: rgb(66,19,68); }

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

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

 span { border-color: rgb(66,19,68); }

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