#41123B

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

Shades of Mardi Gras #41123B

Tints of Mardi Gras #41123B

Color information

#41123B (or 0x41123B) is unknown color: approx Mardi Gras. HEX triplet: 41, 12 and 3B. RGB value is (65,18,59). Sum of RGB (Red+Green+Blue) = 65+18+59=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41123B is #BEEDC4. Grayscale: #242424. Windows color (decimal): -12512709 or 3871297. OLE color: 3871297.

HSL color Cylindrical-coordinate representation of color #41123B: hue angle of 307.66º 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 #41123B is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB651859-
CMYK00.720.090.75
HSL307.66º56.63%16.27%-
HSV(B)307.66º72.31%25.49%-
XYZ3.191.874.33-
YUV36.73140.57148.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=45.77%
G=12.68%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65185900.720.090.75307.6656.6316.27
Hex41123B04894B1343910
Octal10122730110111134647120
Binary100000110010111011010010001001100101110011010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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