Html Css Color HEX #40133C Mardi Gras

📋 copy color: '#40133C'

red 64 ◦ green 19 ◦ blue 60

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

Shades of Mardi Gras #40133C

Tints of Mardi Gras #40133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 44.76%
G = 13.29%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40133C (or 0x40133C) is known color: Mardi Gras. HEX triplet: 40, 13 and 3C. RGB value is (64,19,60). Sum of RGB (Red+Green+Blue) = 64+19+60=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40133C is #BFECC3. Grayscale: #252525. Windows color (decimal): -12577988 or 3937088. OLE color: 3937088.

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

Color convert

RGB 64 19 60 -
CMYK 0 0.70 0.06 0.75
HSL 305.33º 0.54% 0.16% -
HSV(B) 305.33º 0.7% 0.25% -
XYZ 3.16 1.88 4.47 -
YUV 37.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 64 19 60 0 0.70 0.06 0.75 305.33 0.54 0.16
Hex 40 13 3C 0 46 6 4B 131 36 10
Octal 100 23 74 0 106 6 113 461 66 20
Binary 1000000 10011 111100 0 1000110 110 1001011 100110001 110110 10000

Color Harmonies of #40133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40133C

Black with #40133C

Text Example


Text Example

White with #40133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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