Html Css Color HEX #40173A Mardi Gras

📋 copy color: '#40173A'

red 64 ◦ green 23 ◦ blue 58

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

Shades of Mardi Gras #40173A

Tints of Mardi Gras #40173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40%

R = 44.14%
G = 15.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40173A (or 0x40173A) is known color: Mardi Gras. HEX triplet: 40, 17 and 3A. RGB value is (64,23,58). Sum of RGB (Red+Green+Blue) = 64+23+58=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40173A is #BFE8C5. Grayscale: #272727. Windows color (decimal): -12576966 or 3807040. OLE color: 3807040.

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

Color convert

RGB 64 23 58 -
CMYK 0 0.64 0.09 0.75
HSL 308.78º 0.47% 0.17% -
HSV(B) 308.78º 0.64% 0.25% -
XYZ 3.18 2.01 4.22 -
YUV 39.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 64 23 58 0 0.64 0.09 0.75 308.78 0.47 0.17
Hex 40 17 3A 0 40 9 4B 135 2F 11
Octal 100 27 72 0 100 11 113 465 57 21
Binary 1000000 10111 111010 0 1000000 1001 1001011 100110101 101111 10001

Color Harmonies of #40173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40173A

Black with #40173A

Text Example


Text Example

White with #40173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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