#410840

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

Shades of Mardi Gras #410840

Tints of Mardi Gras #410840

Color information

#410840 (or 0x410840) is unknown color: approx Mardi Gras. HEX triplet: 41, 08 and 40. RGB value is (65,8,64). Sum of RGB (Red+Green+Blue) = 65+8+64=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #410840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410840 is #BEF7BF. Grayscale: #1F1F1F. Windows color (decimal): -12515264 or 4196417. OLE color: 4196417.

HSL color Cylindrical-coordinate representation of color #410840: hue angle of 301.05º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410840 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB65864-
CMYK00.880.020.75
HSL301.05º78.08%14.31%-
HSV(B)301.05º87.69%25.49%-
XYZ3.191.675-
YUV31.43146.38151.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=47.45%
G=5.84%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6586400.880.020.75301.0578.0814.31
Hex4184005824B12d4ee
Octal101101000130211345511616
Binary1000001100010000000101100010100101110010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410840; }

 p { color: rgb(65,8,64); }

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

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

 a { background-color: rgb(65,8,64); }

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

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

 span { border-color: rgb(65,8,64); }

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