#40153B

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

Shades of Mardi Gras #40153B

Tints of Mardi Gras #40153B

Color information

#40153B (or 0x40153B) is unknown color: approx Mardi Gras. HEX triplet: 40, 15 and 3B. RGB value is (64,21,59). Sum of RGB (Red+Green+Blue) = 64+21+59=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40153B is #BFEAC4. Grayscale: #262626. Windows color (decimal): -12577477 or 3872064. OLE color: 3872064.

HSL color Cylindrical-coordinate representation of color #40153B: hue angle of 306.98º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40153B is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB642159-
CMYK00.670.080.75
HSL306.98º50.59%16.67%-
HSV(B)306.98º67.19%25.1%-
XYZ3.171.944.35-
YUV38.19139.75146.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=44.44%
G=14.58%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64215900.670.080.75306.9850.5916.67
Hex40153B04384B1333311
Octal10025730103101134636321
Binary100000010101111011010000111000100101110011001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,21,59); }

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

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

 a { background-color: rgb(64,21,59); }

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

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

 span { border-color: rgb(64,21,59); }

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