Html Css Color HEX #401345 Mardi Gras

📋 copy color: '#401345'

red 64 ◦ green 19 ◦ blue 69

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

Shades of Mardi Gras #401345

Tints of Mardi Gras #401345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 42.11%
G = 12.5%
B = 45.39%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401345 (or 0x401345) is known color: Mardi Gras. HEX triplet: 40, 13 and 45. RGB value is (64,19,69). Sum of RGB (Red+Green+Blue) = 64+19+69=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #401345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401345 is #BFECBA. Grayscale: #262626. Windows color (decimal): -12577979 or 4526912. OLE color: 4526912.

HSL color Cylindrical-coordinate representation of color #401345: hue angle of 294º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401345 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 19 69 -
CMYK 0.07 0.72 0 0.73
HSL 294º 0.57% 0.17% -
HSV(B) 294º 0.72% 0.27% -
XYZ 3.42 1.99 5.83 -
YUV 38.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 64 19 69 0.07 0.72 0 0.73 294 0.57 0.17
Hex 40 13 45 7 48 0 49 126 39 11
Octal 100 23 105 7 110 0 111 446 71 21
Binary 1000000 10011 1000101 111 1001000 0 1001001 100100110 111001 10001

Color Harmonies of #401345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401345

Black with #401345

Text Example


Text Example

White with #401345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401345; }

 p { color: rgb(64,19,69); }

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

background-color css

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

 a { background-color: rgb(64,19,69); }

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

border-color css

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

 span { border-color: rgb(64,19,69); }

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