#411845

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

Shades of Mardi Gras #411845

Tints of Mardi Gras #411845

Color information

#411845 (or 0x411845) is unknown color: approx Mardi Gras. HEX triplet: 41, 18 and 45. RGB value is (65,24,69). Sum of RGB (Red+Green+Blue) = 65+24+69=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 69 - color contains mainly: blue. Hex color #411845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411845 is #BEE7BA. Grayscale: #292929. Windows color (decimal): -12511163 or 4528193. OLE color: 4528193.

HSL color Cylindrical-coordinate representation of color #411845: hue angle of 294.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411845 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB652469-
CMYK0.060.6500.73
HSL294.67º48.39%18.24%-
HSV(B)294.67º65.22%27.06%-
XYZ3.582.215.87-
YUV41.39143.58144.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=41.14%
G=15.19%
B=43.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6524690.060.6500.73294.6748.3918.24
Hex4118456410491273012
Octal10130105610101114476022
Binary100000111000100010111010000010100100110010011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411845; }

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

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

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

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

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

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

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

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