Html Css Color HEX #400745 Mardi Gras

📋 copy color: '#400745'

red 64 ◦ green 7 ◦ blue 69

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

Shades of Mardi Gras #400745

Tints of Mardi Gras #400745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 45.71%
G = 5%
B = 49.29%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400745 (or 0x400745) is known color: Mardi Gras. HEX triplet: 40, 07 and 45. RGB value is (64,7,69). Sum of RGB (Red+Green+Blue) = 64+7+69=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #400745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400745 is #BFF8BA. Grayscale: #1E1E1E. Windows color (decimal): -12581051 or 4523840. OLE color: 4523840.

HSL color Cylindrical-coordinate representation of color #400745: hue angle of 295.16º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400745 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 7 69 -
CMYK 0.07 0.90 0 0.73
HSL 295.16º 0.82% 0.15% -
HSV(B) 295.16º 0.9% 0.27% -
XYZ 3.26 1.67 5.78 -
YUV 31.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 64 7 69 0.07 0.90 0 0.73 295.16 0.82 0.15
Hex 40 7 45 7 5A 0 49 127 52 F
Octal 100 7 105 7 132 0 111 447 122 17
Binary 1000000 111 1000101 111 1011010 0 1001001 100100111 1010010 1111

Color Harmonies of #400745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400745

Black with #400745

Text Example


Text Example

White with #400745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400745; }

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

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

background-color css

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

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

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

border-color css

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

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

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