#41083C

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

Shades of Mardi Gras #41083C

Tints of Mardi Gras #41083C

Color information

#41083C (or 0x41083C) is unknown color: approx Mardi Gras. HEX triplet: 41, 08 and 3C. RGB value is (65,8,60). Sum of RGB (Red+Green+Blue) = 65+8+60=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41083C is #BEF7C3. Grayscale: #1E1E1E. Windows color (decimal): -12515268 or 3934273. OLE color: 3934273.

HSL color Cylindrical-coordinate representation of color #41083C: hue angle of 305.26º 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 #41083C is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB65860-
CMYK00.880.080.75
HSL305.26º78.08%14.31%-
HSV(B)305.26º87.69%25.49%-
XYZ3.081.624.43-
YUV30.97144.38152.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 60 (23.83% from 255) = 45.11%
R=48.87%
G=6.02%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6586000.880.080.75305.2678.0814.31
Hex4183C05884B1314ee
Octal101107401301011346111616
Binary10000011000111100010110001000100101110011000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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