#410C3D

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

Shades of Mardi Gras #410C3D

Tints of Mardi Gras #410C3D

Color information

#410C3D (or 0x410C3D) is unknown color: approx Mardi Gras. HEX triplet: 41, 0C and 3D. RGB value is (65,12,61). Sum of RGB (Red+Green+Blue) = 65+12+61=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #410C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C3D is #BEF3C2. Grayscale: #212121. Windows color (decimal): -12514243 or 4000833. OLE color: 4000833.

HSL color Cylindrical-coordinate representation of color #410C3D: hue angle of 304.53º 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 #410C3D is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB651261-
CMYK00.820.060.75
HSL304.53º68.83%15.1%-
HSV(B)304.53º81.54%25.49%-
XYZ3.151.724.58-
YUV33.43143.56150.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=47.10%
G=8.70%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65126100.820.060.75304.5368.8315.1
Hex41C3D05264B13145f
Octal10114750122611346110517
Binary1000001110011110101010010110100101110011000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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