Html Css Color HEX #400F42 Mardi Gras

📋 copy color: '#400F42'

red 64 ◦ green 15 ◦ blue 66

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

Shades of Mardi Gras #400F42

Tints of Mardi Gras #400F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

 BLUE value IS 66 (26.17% from 255) = 45.52%

R = 44.14%
G = 10.34%
B = 45.52%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#400F42 (or 0x400F42) is known color: Mardi Gras. HEX triplet: 40, 0F and 42. RGB value is (64,15,66). Sum of RGB (Red+Green+Blue) = 64+15+66=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #400F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F42 is #BFF0BD. Grayscale: #232323. Windows color (decimal): -12579006 or 4329280. OLE color: 4329280.

HSL color Cylindrical-coordinate representation of color #400F42: hue angle of 297.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F42 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 15 66 -
CMYK 0.03 0.77 0 0.74
HSL 297.65º 0.63% 0.16% -
HSV(B) 297.65º 0.77% 0.26% -
XYZ 3.27 1.82 5.33 -
YUV 35.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 64 15 66 0.03 0.77 0 0.74 297.65 0.63 0.16
Hex 40 F 42 3 4D 0 4A 12A 3F 10
Octal 100 17 102 3 115 0 112 452 77 20
Binary 1000000 1111 1000010 11 1001101 0 1001010 100101010 111111 10000

Color Harmonies of #400F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F42

Black with #400F42

Text Example


Text Example

White with #400F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400F42; }

 p { color: rgb(64,15,66); }

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

background-color css

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

 a { background-color: rgb(64,15,66); }

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

border-color css

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

 span { border-color: rgb(64,15,66); }

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