#42143A

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

Shades of Mardi Gras #42143A

Tints of Mardi Gras #42143A

Color information

#42143A (or 0x42143A) is unknown color: approx Mardi Gras. HEX triplet: 42, 14 and 3A. RGB value is (66,20,58). Sum of RGB (Red+Green+Blue) = 66+20+58=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42143A is #BDEBC5. Grayscale: #252525. Windows color (decimal): -12446662 or 3806274. OLE color: 3806274.

HSL color Cylindrical-coordinate representation of color #42143A: hue angle of 310.43º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42143A is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB662058-
CMYK00.700.120.74
HSL310.43º53.49%16.86%-
HSV(B)310.43º69.7%25.88%-
XYZ3.261.964.21-
YUV38.09139.24147.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=45.83%
G=13.89%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66205800.700.120.74310.4353.4916.86
Hex42143A046C4A1363511
Octal10224720106141124666521
Binary100001010100111010010001101100100101010011011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42143A; }

 p { color: rgb(66,20,58); }

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

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

 a { background-color: rgb(66,20,58); }

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

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

 span { border-color: rgb(66,20,58); }

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