#410C3A

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

Shades of Mardi Gras #410C3A

Tints of Mardi Gras #410C3A

Color information

#410C3A (or 0x410C3A) is unknown color: approx Mardi Gras. HEX triplet: 41, 0C and 3A. RGB value is (65,12,58). Sum of RGB (Red+Green+Blue) = 65+12+58=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #410C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C3A is #BEF3C5. Grayscale: #202020. Windows color (decimal): -12514246 or 3804225. OLE color: 3804225.

HSL color Cylindrical-coordinate representation of color #410C3A: hue angle of 307.92º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C3A is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB651258-
CMYK00.820.110.75
HSL307.92º68.83%15.1%-
HSV(B)307.92º81.54%25.49%-
XYZ3.081.694.17-
YUV33.09142.06150.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=48.15%
G=8.89%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65125800.820.110.75307.9268.8315.1
Hex41C3A052B4B13445f
Octal101147201221311346410517
Binary10000011100111010010100101011100101110011010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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