#42163E

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

Shades of Mardi Gras #42163E

Tints of Mardi Gras #42163E

Color information

#42163E (or 0x42163E) is unknown color: approx Mardi Gras. HEX triplet: 42, 16 and 3E. RGB value is (66,22,62). Sum of RGB (Red+Green+Blue) = 66+22+62=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42163E is #BDE9C1. Grayscale: #272727. Windows color (decimal): -12446146 or 4068930. OLE color: 4068930.

HSL color Cylindrical-coordinate representation of color #42163E: hue angle of 305.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42163E is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB662262-
CMYK00.670.060.74
HSL305.45º50%17.25%-
HSV(B)305.45º66.67%25.88%-
XYZ3.42.084.78-
YUV39.72140.58146.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=44%
G=14.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66226200.670.060.74305.455017.25
Hex42163E04364A1313211
Octal1022676010361124616221
Binary10000101011011111001000011110100101010011000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42163E; }

 p { color: rgb(66,22,62); }

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

<style>
 a { background-color: #42163E; }

 a { background-color: rgb(66,22,62); }

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

<style>
 span { border-color: #42163E; }

 span { border-color: rgb(66,22,62); }

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