#421045

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

Shades of Mardi Gras #421045

Tints of Mardi Gras #421045

Color information

#421045 (or 0x421045) is unknown color: approx Mardi Gras. HEX triplet: 42, 10 and 45. RGB value is (66,16,69). Sum of RGB (Red+Green+Blue) = 66+16+69=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #421045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421045 is #BDEFBA. Grayscale: #242424. Windows color (decimal): -12447675 or 4526146. OLE color: 4526146.

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

Color convert

RGB661669-
CMYK0.040.7700.73
HSL296.6º62.35%16.67%-
HSV(B)296.6º76.81%27.06%-
XYZ3.511.965.82-
YUV36.99146.06148.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=43.71%
G=10.60%
B=45.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6616690.040.7700.73296.662.3516.67
Hex42104544D0491293e11
Octal10220105411501114517621
Binary100001010000100010110010011010100100110010100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421045; }

 p { color: rgb(66,16,69); }

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

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

 a { background-color: rgb(66,16,69); }

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

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

 span { border-color: rgb(66,16,69); }

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