#410B3D

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

Shades of Mardi Gras #410B3D

Tints of Mardi Gras #410B3D

Color information

#410B3D (or 0x410B3D) is unknown color: approx Mardi Gras. HEX triplet: 41, 0B and 3D. RGB value is (65,11,61). Sum of RGB (Red+Green+Blue) = 65+11+61=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #410B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B3D is #BEF4C2. Grayscale: #202020. Windows color (decimal): -12514499 or 4000577. OLE color: 4000577.

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

Color convert

RGB651161-
CMYK00.830.060.75
HSL304.44º71.05%14.9%-
HSV(B)304.44º83.08%25.49%-
XYZ3.141.74.58-
YUV32.85143.89150.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=47.45%
G=8.03%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65116100.830.060.75304.4471.0514.9
Hex41B3D05364B13047f
Octal10113750123611346010717
Binary1000001101111110101010011110100101110011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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