#421143

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

Shades of Mardi Gras #421143

Tints of Mardi Gras #421143

Color information

#421143 (or 0x421143) is unknown color: approx Mardi Gras. HEX triplet: 42, 11 and 43. RGB value is (66,17,67). Sum of RGB (Red+Green+Blue) = 66+17+67=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #421143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421143 is #BDEEBC. Grayscale: #252525. Windows color (decimal): -12447421 or 4395330. OLE color: 4395330.

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

Color convert

RGB661767-
CMYK0.010.7500.74
HSL298.8º59.52%16.47%-
HSV(B)298.8º74.63%26.27%-
XYZ3.461.965.51-
YUV37.35144.73148.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 67 (26.56% from 255) = 44.67%
R=44%
G=11.33%
B=44.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6617670.010.7500.74298.859.5216.47
Hex42114314B04A12b3c10
Octal10221103111301124537420
Binary1000010100011000011110010110100101010010101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421143; }

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

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

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

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

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

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

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

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