Html Css Color HEX #401243 Mardi Gras

📋 copy color: '#401243'

red 64 ◦ green 18 ◦ blue 67

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

Shades of Mardi Gras #401243

Tints of Mardi Gras #401243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 42.95%
G = 12.08%
B = 44.97%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#401243 (or 0x401243) is known color: Mardi Gras. HEX triplet: 40, 12 and 43. RGB value is (64,18,67). Sum of RGB (Red+Green+Blue) = 64+18+67=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #401243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401243 is #BFEDBC. Grayscale: #252525. Windows color (decimal): -12578237 or 4395584. OLE color: 4395584.

HSL color Cylindrical-coordinate representation of color #401243: hue angle of 296.33º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401243 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 18 67 -
CMYK 0.04 0.73 0 0.74
HSL 296.33º 0.58% 0.17% -
HSV(B) 296.33º 0.73% 0.26% -
XYZ 3.34 1.93 5.51 -
YUV 37.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 64 18 67 0.04 0.73 0 0.74 296.33 0.58 0.17
Hex 40 12 43 4 49 0 4A 128 3A 11
Octal 100 22 103 4 111 0 112 450 72 21
Binary 1000000 10010 1000011 100 1001001 0 1001010 100101000 111010 10001

Color Harmonies of #401243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401243

Black with #401243

Text Example


Text Example

White with #401243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401243; }

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

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

background-color css

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

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

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

border-color css

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

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

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