#42163A

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

Shades of Mardi Gras #42163A

Tints of Mardi Gras #42163A

Color information

#42163A (or 0x42163A) is unknown color: approx Mardi Gras. HEX triplet: 42, 16 and 3A. RGB value is (66,22,58). Sum of RGB (Red+Green+Blue) = 66+22+58=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42163A is #BDE9C5. Grayscale: #272727. Windows color (decimal): -12446150 or 3806786. OLE color: 3806786.

HSL color Cylindrical-coordinate representation of color #42163A: hue angle of 310.91º 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 #42163A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB662258-
CMYK00.670.120.74
HSL310.91º50%17.25%-
HSV(B)310.91º66.67%25.88%-
XYZ3.32.044.22-
YUV39.26138.58147.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=45.21%
G=15.07%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66225800.670.120.74310.915017.25
Hex42163A043C4A1373211
Octal10226720103141124676221
Binary100001010110111010010000111100100101010011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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