#411848

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

Shades of Mardi Gras #411848

Tints of Mardi Gras #411848

Color information

#411848 (or 0x411848) is unknown color: approx Mardi Gras. HEX triplet: 41, 18 and 48. RGB value is (65,24,72). Sum of RGB (Red+Green+Blue) = 65+24+72=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #411848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411848 is #BEE7B7. Grayscale: #292929. Windows color (decimal): -12511160 or 4724801. OLE color: 4724801.

HSL color Cylindrical-coordinate representation of color #411848: hue angle of 291.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411848 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB652472-
CMYK0.100.6700.72
HSL291.25º50%18.82%-
HSV(B)291.25º66.67%28.24%-
XYZ3.682.246.37-
YUV41.73145.08144.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=40.37%
G=14.91%
B=44.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6524720.100.6700.72291.255018.82
Hex411848A430481233213
Octal101301101210301104436223
Binary1000001110001001000101010000110100100010010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411848; }

 p { color: rgb(65,24,72); }

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

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

 a { background-color: rgb(65,24,72); }

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

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

 span { border-color: rgb(65,24,72); }

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