#41123F

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

Shades of Mardi Gras #41123F

Tints of Mardi Gras #41123F

Color information

#41123F (or 0x41123F) is unknown color: approx Mardi Gras. HEX triplet: 41, 12 and 3F. RGB value is (65,18,63). Sum of RGB (Red+Green+Blue) = 65+18+63=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123F is #BEEDC0. Grayscale: #252525. Windows color (decimal): -12512705 or 4133441. OLE color: 4133441.

HSL color Cylindrical-coordinate representation of color #41123F: hue angle of 302.55º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41123F is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB651863-
CMYK00.720.030.75
HSL302.55º56.63%16.27%-
HSV(B)302.55º72.31%25.49%-
XYZ3.291.924.9-
YUV37.18142.57147.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 63 (25% from 255) = 43.15%
R=44.52%
G=12.33%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65186300.720.030.75302.5556.6316.27
Hex41123F04834B12f3910
Octal1012277011031134577120
Binary1000001100101111110100100011100101110010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41123F; }

 p { color: rgb(65,18,63); }

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

<style>
 a { background-color: #41123F; }

 a { background-color: rgb(65,18,63); }

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

<style>
 span { border-color: #41123F; }

 span { border-color: rgb(65,18,63); }

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