#42143B

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

Shades of Mardi Gras #42143B

Tints of Mardi Gras #42143B

Color information

#42143B (or 0x42143B) is unknown color: approx Mardi Gras. HEX triplet: 42, 14 and 3B. RGB value is (66,20,59). Sum of RGB (Red+Green+Blue) = 66+20+59=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42143B is #BDEBC4. Grayscale: #262626. Windows color (decimal): -12446661 or 3871810. OLE color: 3871810.

HSL color Cylindrical-coordinate representation of color #42143B: hue angle of 309.13º 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 #42143B is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB662059-
CMYK00.700.110.74
HSL309.13º53.49%16.86%-
HSV(B)309.13º69.7%25.88%-
XYZ3.291.974.35-
YUV38.2139.74147.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=45.52%
G=13.79%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66205900.700.110.74309.1353.4916.86
Hex42143B046B4A1353511
Octal10224730106131124656521
Binary100001010100111011010001101011100101010011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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