#42183D

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

Shades of Mardi Gras #42183D

Tints of Mardi Gras #42183D

Color information

#42183D (or 0x42183D) is unknown color: approx Mardi Gras. HEX triplet: 42, 18 and 3D. RGB value is (66,24,61). Sum of RGB (Red+Green+Blue) = 66+24+61=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42183D is #BDE7C2. Grayscale: #282828. Windows color (decimal): -12445635 or 4003906. OLE color: 4003906.

HSL color Cylindrical-coordinate representation of color #42183D: hue angle of 307.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42183D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB662461-
CMYK00.640.080.74
HSL307.14º46.67%17.65%-
HSV(B)307.14º63.64%25.88%-
XYZ3.422.154.65-
YUV40.78139.41145.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=43.71%
G=15.89%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66246100.640.080.74307.1446.6717.65
Hex42183D04084A1332f12
Octal10230750100101124635722
Binary100001011000111101010000001000100101010011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42183D; }

 p { color: rgb(66,24,61); }

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

<style>
 a { background-color: #42183D; }

 a { background-color: rgb(66,24,61); }

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

<style>
 span { border-color: #42183D; }

 span { border-color: rgb(66,24,61); }

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