Html Css Color HEX #400245 Mardi Gras

📋 copy color: '#400245'

red 64 ◦ green 2 ◦ blue 69

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

Shades of Mardi Gras #400245

Tints of Mardi Gras #400245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 47.41%
G = 1.48%
B = 51.11%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#400245 (or 0x400245) is known color: Mardi Gras. HEX triplet: 40, 02 and 45. RGB value is (64,2,69). Sum of RGB (Red+Green+Blue) = 64+2+69=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #400245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400245 is #BFFDBA. Grayscale: #1B1B1B. Windows color (decimal): -12582331 or 4522560. OLE color: 4522560.

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

Color convert

RGB 64 2 69 -
CMYK 0.07 0.97 0 0.73
HSL 295.52º 0.94% 0.14% -
HSV(B) 295.52º 0.97% 0.27% -
XYZ 3.21 1.56 5.76 -
YUV 28.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 64 2 69 0.07 0.97 0 0.73 295.52 0.94 0.14
Hex 40 2 45 7 61 0 49 128 5E E
Octal 100 2 105 7 141 0 111 450 136 16
Binary 1000000 10 1000101 111 1100001 0 1001001 100101000 1011110 1110

Color Harmonies of #400245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400245

Black with #400245

Text Example


Text Example

White with #400245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400245; }

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

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

background-color css

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

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

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

border-color css

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

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

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