#421547

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

Shades of Mardi Gras #421547

Tints of Mardi Gras #421547

Color information

#421547 (or 0x421547) is unknown color: approx Mardi Gras. HEX triplet: 42, 15 and 47. RGB value is (66,21,71). Sum of RGB (Red+Green+Blue) = 66+21+71=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #421547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421547 is #BDEAB8. Grayscale: #282828. Windows color (decimal): -12446393 or 4658498. OLE color: 4658498.

HSL color Cylindrical-coordinate representation of color #421547: hue angle of 294º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421547 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB662171-
CMYK0.070.7000.72
HSL294º54.35%18.04%-
HSV(B)294º70.42%27.84%-
XYZ3.652.156.18-
YUV40.16145.41146.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=41.77%
G=13.29%
B=44.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6621710.070.7000.7229454.3518.04
Hex4215477460481263612
Octal10225107710601104466622
Binary100001010101100011111110001100100100010010011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421547; }

 p { color: rgb(66,21,71); }

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

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

 a { background-color: rgb(66,21,71); }

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

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

 span { border-color: rgb(66,21,71); }

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