Html Css Color HEX #40103B Mardi Gras

📋 copy color: '#40103B'

red 64 ◦ green 16 ◦ blue 59

#40103B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #40103B

Tints of Mardi Gras #40103B

RGB

 RED value IS 64 (25.39% from 255) = 46.04%

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 46.04%
G = 11.51%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40103B (or 0x40103B) is known color: Mardi Gras. HEX triplet: 40, 10 and 3B. RGB value is (64,16,59). Sum of RGB (Red+Green+Blue) = 64+16+59=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #40103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103B is #BFEFC4. Grayscale: #232323. Windows color (decimal): -12578757 or 3870784. OLE color: 3870784.

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

Color convert

RGB 64 16 59 -
CMYK 0 0.75 0.08 0.75
HSL 306.25º 0.6% 0.16% -
HSV(B) 306.25º 0.75% 0.25% -
XYZ 3.09 1.78 4.32 -
YUV 35.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 64 16 59 0 0.75 0.08 0.75 306.25 0.6 0.16
Hex 40 10 3B 0 4B 8 4B 132 3C 10
Octal 100 20 73 0 113 10 113 462 74 20
Binary 1000000 10000 111011 0 1001011 1000 1001011 100110010 111100 10000

Color Harmonies of #40103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40103B

Black with #40103B

Text Example


Text Example

White with #40103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40103B;
 }
 .AnyTagClassName
 {
   color: #40103B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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