Html Css Color HEX #40183A Mardi Gras

📋 copy color: '#40183A'

red 64 ◦ green 24 ◦ blue 58

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

Shades of Mardi Gras #40183A

Tints of Mardi Gras #40183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 43.84%
G = 16.44%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40183A (or 0x40183A) is known color: Mardi Gras. HEX triplet: 40, 18 and 3A. RGB value is (64,24,58). Sum of RGB (Red+Green+Blue) = 64+24+58=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40183A is #BFE7C5. Grayscale: #272727. Windows color (decimal): -12576710 or 3807296. OLE color: 3807296.

HSL color Cylindrical-coordinate representation of color #40183A: hue angle of 309º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40183A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 58 -
CMYK 0 0.62 0.09 0.75
HSL 309º 0.45% 0.17% -
HSV(B) 309º 0.63% 0.25% -
XYZ 3.2 2.05 4.23 -
YUV 39.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 64 24 58 0 0.62 0.09 0.75 309 0.45 0.17
Hex 40 18 3A 0 3E 9 4B 135 2D 11
Octal 100 30 72 0 76 11 113 465 55 21
Binary 1000000 11000 111010 0 111110 1001 1001011 100110101 101101 10001

Color Harmonies of #40183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40183A

Black with #40183A

Text Example


Text Example

White with #40183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40183A; }

 p { color: rgb(64,24,58); }

 H1.HeaderClassName
 {
   color: #40183A;
 }
 .AnyTagClassName
 {
   color: #40183A;
 }
</style>

background-color css

<style>
 a { background-color: #40183A; }

 a { background-color: rgb(64,24,58); }

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

border-color css

<style>
 span { border-color: #40183A; }

 span { border-color: rgb(64,24,58); }

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