#410B3A

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

Shades of Mardi Gras #410B3A

Tints of Mardi Gras #410B3A

Color information

#410B3A (or 0x410B3A) is unknown color: approx Mardi Gras. HEX triplet: 41, 0B and 3A. RGB value is (65,11,58). Sum of RGB (Red+Green+Blue) = 65+11+58=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #410B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B3A is #BEF4C5. Grayscale: #202020. Windows color (decimal): -12514502 or 3803969. OLE color: 3803969.

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

Color convert

RGB651158-
CMYK00.830.110.75
HSL307.78º71.05%14.9%-
HSV(B)307.78º83.08%25.49%-
XYZ3.061.674.16-
YUV32.5142.39151.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 58 (23.05% from 255) = 43.28%
R=48.51%
G=8.21%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65115800.830.110.75307.7871.0514.9
Hex41B3A053B4B13447f
Octal101137201231311346410717
Binary10000011011111010010100111011100101110011010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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