Html Css Color HEX #40173C Mardi Gras

📋 copy color: '#40173C'

red 64 ◦ green 23 ◦ blue 60

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

Shades of Mardi Gras #40173C

Tints of Mardi Gras #40173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 43.54%
G = 15.65%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40173C (or 0x40173C) is known color: Mardi Gras. HEX triplet: 40, 17 and 3C. RGB value is (64,23,60). Sum of RGB (Red+Green+Blue) = 64+23+60=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40173C is #BFE8C3. Grayscale: #272727. Windows color (decimal): -12576964 or 3938112. OLE color: 3938112.

HSL color Cylindrical-coordinate representation of color #40173C: hue angle of 305.85º 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 #40173C is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 23 60 -
CMYK 0 0.64 0.06 0.75
HSL 305.85º 0.47% 0.17% -
HSV(B) 305.85º 0.64% 0.25% -
XYZ 3.24 2.03 4.5 -
YUV 39.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 64 23 60 0 0.64 0.06 0.75 305.85 0.47 0.17
Hex 40 17 3C 0 40 6 4B 132 2F 11
Octal 100 27 74 0 100 6 113 462 57 21
Binary 1000000 10111 111100 0 1000000 110 1001011 100110010 101111 10001

Color Harmonies of #40173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40173C

Black with #40173C

Text Example


Text Example

White with #40173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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