#42173C

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

Shades of Mardi Gras #42173C

Tints of Mardi Gras #42173C

Color information

#42173C (or 0x42173C) is unknown color: approx Mardi Gras. HEX triplet: 42, 17 and 3C. RGB value is (66,23,60). Sum of RGB (Red+Green+Blue) = 66+23+60=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42173C is #BDE8C3. Grayscale: #272727. Windows color (decimal): -12445892 or 3938114. OLE color: 3938114.

HSL color Cylindrical-coordinate representation of color #42173C: hue angle of 308.37º 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 #42173C is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB662360-
CMYK00.650.090.74
HSL308.37º48.31%17.45%-
HSV(B)308.37º65.15%25.88%-
XYZ3.372.14.5-
YUV40.08139.25146.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=44.30%
G=15.44%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66236000.650.090.74308.3748.3117.45
Hex42173C04194A1343011
Octal10227740101111124646021
Binary100001010111111100010000011001100101010011010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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