#41083E

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

Shades of Mardi Gras #41083E

Tints of Mardi Gras #41083E

Color information

#41083E (or 0x41083E) is unknown color: approx Mardi Gras. HEX triplet: 41, 08 and 3E. RGB value is (65,8,62). Sum of RGB (Red+Green+Blue) = 65+8+62=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41083E is #BEF7C1. Grayscale: #1F1F1F. Windows color (decimal): -12515266 or 4065345. OLE color: 4065345.

HSL color Cylindrical-coordinate representation of color #41083E: hue angle of 303.16º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41083E is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB65862-
CMYK00.880.050.75
HSL303.16º78.08%14.31%-
HSV(B)303.16º87.69%25.49%-
XYZ3.141.654.71-
YUV31.2145.38152.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=48.15%
G=5.93%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6586200.880.050.75303.1678.0814.31
Hex4183E05854B12f4ee
Octal10110760130511345711616
Binary1000001100011111001011000101100101110010111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41083E; }

 p { color: rgb(65,8,62); }

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

<style>
 a { background-color: #41083E; }

 a { background-color: rgb(65,8,62); }

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

<style>
 span { border-color: #41083E; }

 span { border-color: rgb(65,8,62); }

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