#41063B

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

Shades of Mardi Gras #41063B

Tints of Mardi Gras #41063B

Color information

#41063B (or 0x41063B) is unknown color: approx Mardi Gras. HEX triplet: 41, 06 and 3B. RGB value is (65,6,59). Sum of RGB (Red+Green+Blue) = 65+6+59=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41063B is #BEF9C4. Grayscale: #1D1D1D. Windows color (decimal): -12515781 or 3868225. OLE color: 3868225.

HSL color Cylindrical-coordinate representation of color #41063B: hue angle of 306.1º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41063B is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB65659-
CMYK00.910.090.75
HSL306.1º83.1%13.92%-
HSV(B)306.1º90.77%25.49%-
XYZ3.031.574.28-
YUV29.68144.55153.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 59 (23.44% from 255) = 45.38%
R=50%
G=4.62%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565900.910.090.75306.183.113.92
Hex4163B05B94B13253e
Octal10167301331111346212316
Binary1000001110111011010110111001100101110011001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41063B; }

 p { color: rgb(65,6,59); }

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

<style>
 a { background-color: #41063B; }

 a { background-color: rgb(65,6,59); }

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

<style>
 span { border-color: #41063B; }

 span { border-color: rgb(65,6,59); }

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