#42153D

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

Shades of Mardi Gras #42153D

Tints of Mardi Gras #42153D

Color information

#42153D (or 0x42153D) is unknown color: approx Mardi Gras. HEX triplet: 42, 15 and 3D. RGB value is (66,21,61). Sum of RGB (Red+Green+Blue) = 66+21+61=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42153D is #BDEAC2. Grayscale: #262626. Windows color (decimal): -12446403 or 4003138. OLE color: 4003138.

HSL color Cylindrical-coordinate representation of color #42153D: hue angle of 306.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42153D is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB662161-
CMYK00.680.080.74
HSL306.67º51.72%17.06%-
HSV(B)306.67º68.18%25.88%-
XYZ3.362.034.63-
YUV39.02140.41147.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=44.59%
G=14.19%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66216100.680.080.74306.6751.7217.06
Hex42153D04484A1333411
Octal10225750104101124636421
Binary100001010101111101010001001000100101010011001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42153D; }

 p { color: rgb(66,21,61); }

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

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

 a { background-color: rgb(66,21,61); }

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

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

 span { border-color: rgb(66,21,61); }

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