Html Css Color HEX #40133B Mardi Gras

📋 copy color: '#40133B'

red 64 ◦ green 19 ◦ blue 59

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

Shades of Mardi Gras #40133B

Tints of Mardi Gras #40133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 45.07%
G = 13.38%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40133B (or 0x40133B) is known color: Mardi Gras. HEX triplet: 40, 13 and 3B. RGB value is (64,19,59). Sum of RGB (Red+Green+Blue) = 64+19+59=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40133B is #BFECC4. Grayscale: #242424. Windows color (decimal): -12577989 or 3871552. OLE color: 3871552.

HSL color Cylindrical-coordinate representation of color #40133B: hue angle of 306.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40133B is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 59 -
CMYK 0 0.70 0.08 0.75
HSL 306.67º 0.54% 0.16% -
HSV(B) 306.67º 0.7% 0.25% -
XYZ 3.14 1.87 4.33 -
YUV 37.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 64 19 59 0 0.70 0.08 0.75 306.67 0.54 0.16
Hex 40 13 3B 0 46 8 4B 133 36 10
Octal 100 23 73 0 106 10 113 463 66 20
Binary 1000000 10011 111011 0 1000110 1000 1001011 100110011 110110 10000

Color Harmonies of #40133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40133B

Black with #40133B

Text Example


Text Example

White with #40133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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