Html Css Color HEX #40173F Mardi Gras

📋 copy color: '#40173F'

red 64 ◦ green 23 ◦ blue 63

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

Shades of Mardi Gras #40173F

Tints of Mardi Gras #40173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

 BLUE value IS 63 (25% from 255) = 42%

R = 42.67%
G = 15.33%
B = 42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40173F (or 0x40173F) is known color: Mardi Gras. HEX triplet: 40, 17 and 3F. RGB value is (64,23,63). Sum of RGB (Red+Green+Blue) = 64+23+63=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40173F is #BFE8C0. Grayscale: #272727. Windows color (decimal): -12576961 or 4134720. OLE color: 4134720.

HSL color Cylindrical-coordinate representation of color #40173F: hue angle of 301.46º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40173F is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 23 63 -
CMYK 0 0.64 0.02 0.75
HSL 301.46º 0.47% 0.17% -
HSV(B) 301.46º 0.64% 0.25% -
XYZ 3.32 2.06 4.93 -
YUV 39.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 64 23 63 0 0.64 0.02 0.75 301.46 0.47 0.17
Hex 40 17 3F 0 40 2 4B 12D 2F 11
Octal 100 27 77 0 100 2 113 455 57 21
Binary 1000000 10111 111111 0 1000000 10 1001011 100101101 101111 10001

Color Harmonies of #40173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40173F

Black with #40173F

Text Example


Text Example

White with #40173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40173F; }

 p { color: rgb(64,23,63); }

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

background-color css

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

 a { background-color: rgb(64,23,63); }

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

border-color css

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

 span { border-color: rgb(64,23,63); }

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