Html Css Color HEX #40123F Mardi Gras

📋 copy color: '#40123F'

red 64 ◦ green 18 ◦ blue 63

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

Shades of Mardi Gras #40123F

Tints of Mardi Gras #40123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.45%

R = 44.14%
G = 12.41%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40123F (or 0x40123F) is known color: Mardi Gras. HEX triplet: 40, 12 and 3F. RGB value is (64,18,63). Sum of RGB (Red+Green+Blue) = 64+18+63=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40123F is #BFEDC0. Grayscale: #242424. Windows color (decimal): -12578241 or 4133440. OLE color: 4133440.

HSL color Cylindrical-coordinate representation of color #40123F: hue angle of 301.3º 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 #40123F is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 18 63 -
CMYK 0 0.72 0.02 0.75
HSL 301.3º 0.56% 0.16% -
HSV(B) 301.3º 0.72% 0.25% -
XYZ 3.23 1.88 4.9 -
YUV 36.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 64 18 63 0 0.72 0.02 0.75 301.3 0.56 0.16
Hex 40 12 3F 0 48 2 4B 12D 38 10
Octal 100 22 77 0 110 2 113 455 70 20
Binary 1000000 10010 111111 0 1001000 10 1001011 100101101 111000 10000

Color Harmonies of #40123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40123F

Black with #40123F

Text Example


Text Example

White with #40123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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