Html Css Color HEX #40163D Mardi Gras

📋 copy color: '#40163D'

red 64 ◦ green 22 ◦ blue 61

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

Shades of Mardi Gras #40163D

Tints of Mardi Gras #40163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 43.54%
G = 14.97%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#40163D (or 0x40163D) is known color: Mardi Gras. HEX triplet: 40, 16 and 3D. RGB value is (64,22,61). Sum of RGB (Red+Green+Blue) = 64+22+61=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40163D is #BFE9C2. Grayscale: #262626. Windows color (decimal): -12577219 or 4003392. OLE color: 4003392.

HSL color Cylindrical-coordinate representation of color #40163D: hue angle of 304.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40163D is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 61 -
CMYK 0 0.66 0.05 0.75
HSL 304.29º 0.49% 0.17% -
HSV(B) 304.29º 0.66% 0.25% -
XYZ 3.24 2 4.63 -
YUV 39 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 64 22 61 0 0.66 0.05 0.75 304.29 0.49 0.17
Hex 40 16 3D 0 42 5 4B 130 31 11
Octal 100 26 75 0 102 5 113 460 61 21
Binary 1000000 10110 111101 0 1000010 101 1001011 100110000 110001 10001

Color Harmonies of #40163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40163D

Black with #40163D

Text Example


Text Example

White with #40163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40163D; }

 p { color: rgb(64,22,61); }

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

background-color css

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

 a { background-color: rgb(64,22,61); }

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

border-color css

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

 span { border-color: rgb(64,22,61); }

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