#42173A

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

Shades of Mardi Gras #42173A

Tints of Mardi Gras #42173A

Color information

#42173A (or 0x42173A) is unknown color: approx Mardi Gras. HEX triplet: 42, 17 and 3A. RGB value is (66,23,58). Sum of RGB (Red+Green+Blue) = 66+23+58=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42173A is #BDE8C5. Grayscale: #272727. Windows color (decimal): -12445894 or 3807042. OLE color: 3807042.

HSL color Cylindrical-coordinate representation of color #42173A: hue angle of 311.16º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42173A is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB662358-
CMYK00.650.120.74
HSL311.16º48.31%17.45%-
HSV(B)311.16º65.15%25.88%-
XYZ3.322.084.23-
YUV39.85138.25146.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=44.90%
G=15.65%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66235800.650.120.74311.1648.3117.45
Hex42173A041C4A1373011
Octal10227720101141124676021
Binary100001010111111010010000011100100101010011011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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