#42103C

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

Shades of Mardi Gras #42103C

Tints of Mardi Gras #42103C

Color information

#42103C (or 0x42103C) is unknown color: approx Mardi Gras. HEX triplet: 42, 10 and 3C. RGB value is (66,16,60). Sum of RGB (Red+Green+Blue) = 66+16+60=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42103C is #BDEFC3. Grayscale: #232323. Windows color (decimal): -12447684 or 3936322. OLE color: 3936322.

HSL color Cylindrical-coordinate representation of color #42103C: hue angle of 307.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42103C is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB661660-
CMYK00.760.090.74
HSL307.2º60.98%16.08%-
HSV(B)307.2º75.76%25.88%-
XYZ3.251.864.46-
YUV35.97141.56149.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=46.48%
G=11.27%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66166000.760.090.74307.260.9816.08
Hex42103C04C94A1333d10
Octal10220740114111124637520
Binary100001010000111100010011001001100101010011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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