#42143C

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

Shades of Mardi Gras #42143C

Tints of Mardi Gras #42143C

Color information

#42143C (or 0x42143C) is unknown color: approx Mardi Gras. HEX triplet: 42, 14 and 3C. RGB value is (66,20,60). Sum of RGB (Red+Green+Blue) = 66+20+60=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42143C is #BDEBC3. Grayscale: #262626. Windows color (decimal): -12446660 or 3937346. OLE color: 3937346.

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

Color convert

RGB662060-
CMYK00.700.090.74
HSL307.83º53.49%16.86%-
HSV(B)307.83º69.7%25.88%-
XYZ3.311.984.48-
YUV38.31140.24147.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=45.21%
G=13.70%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66206000.700.090.74307.8353.4916.86
Hex42143C04694A1343511
Octal10224740106111124646521
Binary100001010100111100010001101001100101010011010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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