Html Css Color HEX #40123A Mardi Gras

📋 copy color: '#40123A'

red 64 ◦ green 18 ◦ blue 58

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

Shades of Mardi Gras #40123A

Tints of Mardi Gras #40123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 45.71%
G = 12.86%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40123A (or 0x40123A) is known color: Mardi Gras. HEX triplet: 40, 12 and 3A. RGB value is (64,18,58). Sum of RGB (Red+Green+Blue) = 64+18+58=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40123A is #BFEDC5. Grayscale: #242424. Windows color (decimal): -12578246 or 3805760. OLE color: 3805760.

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

Color convert

RGB 64 18 58 -
CMYK 0 0.72 0.09 0.75
HSL 307.83º 0.56% 0.16% -
HSV(B) 307.83º 0.72% 0.25% -
XYZ 3.09 1.83 4.19 -
YUV 36.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 64 18 58 0 0.72 0.09 0.75 307.83 0.56 0.16
Hex 40 12 3A 0 48 9 4B 134 38 10
Octal 100 22 72 0 110 11 113 464 70 20
Binary 1000000 10010 111010 0 1001000 1001 1001011 100110100 111000 10000

Color Harmonies of #40123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40123A

Black with #40123A

Text Example


Text Example

White with #40123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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