#421139

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

Shades of Mardi Gras #421139

Tints of Mardi Gras #421139

Color information

#421139 (or 0x421139) is unknown color: approx Mardi Gras. HEX triplet: 42, 11 and 39. RGB value is (66,17,57). Sum of RGB (Red+Green+Blue) = 66+17+57=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421139 is #BDEEC6. Grayscale: #242424. Windows color (decimal): -12447431 or 3739970. OLE color: 3739970.

HSL color Cylindrical-coordinate representation of color #421139: hue angle of 311.02º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421139 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB661757-
CMYK00.740.140.74
HSL311.02º59.04%16.27%-
HSV(B)311.02º74.24%25.88%-
XYZ3.191.854.06-
YUV36.21139.73149.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=47.14%
G=12.14%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66175700.740.140.74311.0259.0416.27
Hex42113904AE4A1373b10
Octal10221710112161124677320
Binary100001010001111001010010101110100101010011011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421139; }

 p { color: rgb(66,17,57); }

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

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

 a { background-color: rgb(66,17,57); }

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

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

 span { border-color: rgb(66,17,57); }

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