Html Css Color HEX #40193D Mardi Gras

📋 copy color: '#40193D'

red 64 ◦ green 25 ◦ blue 61

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

Shades of Mardi Gras #40193D

Tints of Mardi Gras #40193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 42.67%
G = 16.67%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#40193D (or 0x40193D) is known color: Mardi Gras. HEX triplet: 40, 19 and 3D. RGB value is (64,25,61). Sum of RGB (Red+Green+Blue) = 64+25+61=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193D is #BFE6C2. Grayscale: #282828. Windows color (decimal): -12576451 or 4004160. OLE color: 4004160.

HSL color Cylindrical-coordinate representation of color #40193D: hue angle of 304.62º 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 #40193D is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 61 -
CMYK 0 0.61 0.05 0.75
HSL 304.62º 0.44% 0.17% -
HSV(B) 304.62º 0.61% 0.25% -
XYZ 3.3 2.12 4.65 -
YUV 40.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 64 25 61 0 0.61 0.05 0.75 304.62 0.44 0.17
Hex 40 19 3D 0 3D 5 4B 131 2C 11
Octal 100 31 75 0 75 5 113 461 54 21
Binary 1000000 11001 111101 0 111101 101 1001011 100110001 101100 10001

Color Harmonies of #40193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40193D

Black with #40193D

Text Example


Text Example

White with #40193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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