#40103A

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

Shades of Mardi Gras #40103A

Tints of Mardi Gras #40103A

Color information

#40103A (or 0x40103A) is unknown color: approx Mardi Gras. HEX triplet: 40, 10 and 3A. RGB value is (64,16,58). Sum of RGB (Red+Green+Blue) = 64+16+58=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #40103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103A is #BFEFC5. Grayscale: #232323. Windows color (decimal): -12578758 or 3805248. OLE color: 3805248.

HSL color Cylindrical-coordinate representation of color #40103A: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40103A is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB641658-
CMYK00.750.090.75
HSL307.5º60%15.69%-
HSV(B)307.5º75%25.1%-
XYZ3.061.774.18-
YUV35.14140.9148.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=46.38%
G=11.59%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64165800.750.090.75307.56015.69
Hex40103A04B94B1343c10
Octal10020720113111134647420
Binary100000010000111010010010111001100101110011010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40103A; }

 p { color: rgb(64,16,58); }

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

<style>
 a { background-color: #40103A; }

 a { background-color: rgb(64,16,58); }

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

<style>
 span { border-color: #40103A; }

 span { border-color: rgb(64,16,58); }

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