#411039

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

Shades of Mardi Gras #411039

Tints of Mardi Gras #411039

Color information

#411039 (or 0x411039) is unknown color: approx Mardi Gras. HEX triplet: 41, 10 and 39. RGB value is (65,16,57). Sum of RGB (Red+Green+Blue) = 65+16+57=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411039 is #BEEFC6. Grayscale: #232323. Windows color (decimal): -12513223 or 3739713. OLE color: 3739713.

HSL color Cylindrical-coordinate representation of color #411039: hue angle of 309.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411039 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB651657-
CMYK00.750.120.75
HSL309.8º60.49%15.88%-
HSV(B)309.8º75.38%25.49%-
XYZ3.11.794.05-
YUV35.32140.23149.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=47.10%
G=11.59%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65165700.750.120.75309.860.4915.88
Hex41103904BC4B1363c10
Octal10120710113141134667420
Binary100000110000111001010010111100100101110011011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411039; }

 p { color: rgb(65,16,57); }

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

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

 a { background-color: rgb(65,16,57); }

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

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

 span { border-color: rgb(65,16,57); }

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