#410D45

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

Shades of Mardi Gras #410D45

Tints of Mardi Gras #410D45

Color information

#410D45 (or 0x410D45) is unknown color: approx Mardi Gras. HEX triplet: 41, 0D and 45. RGB value is (65,13,69). Sum of RGB (Red+Green+Blue) = 65+13+69=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #410D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D45 is #BEF2BA. Grayscale: #222222. Windows color (decimal): -12513979 or 4525377. OLE color: 4525377.

HSL color Cylindrical-coordinate representation of color #410D45: hue angle of 295.71º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #410D45 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB651369-
CMYK0.060.8100.73
HSL295.71º68.29%16.08%-
HSV(B)295.71º81.16%27.06%-
XYZ3.41.845.81-
YUV34.93147.23149.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 13 (5.47% from 255) = 8.84%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=44.22%
G=8.84%
B=46.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6513690.060.8100.73295.7168.2916.08
Hex41D456510491284410
Octal101151056121011145010420
Binary100000111011000101110101000101001001100101000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410D45; }

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

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

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

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

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

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

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

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