#41013A

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

Shades of Mardi Gras #41013A

Tints of Mardi Gras #41013A

Color information

#41013A (or 0x41013A) is unknown color: approx Mardi Gras. HEX triplet: 41, 01 and 3A. RGB value is (65,1,58). Sum of RGB (Red+Green+Blue) = 65+1+58=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013A is #BEFEC5. Grayscale: #1A1A1A. Windows color (decimal): -12517062 or 3801409. OLE color: 3801409.

HSL color Cylindrical-coordinate representation of color #41013A: hue angle of 306.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41013A is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB65158-
CMYK00.980.110.75
HSL306.56º96.97%12.94%-
HSV(B)306.56º98.46%25.49%-
XYZ2.951.454.13-
YUV26.63145.7155.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=52.42%
G=0.81%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515800.980.110.75306.5696.9712.94
Hex4113A062B4B13361d
Octal10117201421311346314115
Binary10000011111010011000101011100101110011001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41013A; }

 p { color: rgb(65,1,58); }

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

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

 a { background-color: rgb(65,1,58); }

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

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

 span { border-color: rgb(65,1,58); }

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