Html Css Color HEX #40193C Mardi Gras

📋 copy color: '#40193C'

red 64 ◦ green 25 ◦ blue 60

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

Shades of Mardi Gras #40193C

Tints of Mardi Gras #40193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

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

R = 42.95%
G = 16.78%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40193C (or 0x40193C) is known color: Mardi Gras. HEX triplet: 40, 19 and 3C. RGB value is (64,25,60). Sum of RGB (Red+Green+Blue) = 64+25+60=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193C is #BFE6C3. Grayscale: #282828. Windows color (decimal): -12576452 or 3938624. OLE color: 3938624.

HSL color Cylindrical-coordinate representation of color #40193C: hue angle of 306.15º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40193C is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 60 -
CMYK 0 0.61 0.06 0.75
HSL 306.15º 0.44% 0.17% -
HSV(B) 306.15º 0.61% 0.25% -
XYZ 3.28 2.11 4.51 -
YUV 40.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 64 25 60 0 0.61 0.06 0.75 306.15 0.44 0.17
Hex 40 19 3C 0 3D 6 4B 132 2C 11
Octal 100 31 74 0 75 6 113 462 54 21
Binary 1000000 11001 111100 0 111101 110 1001011 100110010 101100 10001

Color Harmonies of #40193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40193C

Black with #40193C

Text Example


Text Example

White with #40193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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