Html Css Color HEX #40163B Mardi Gras

📋 copy color: '#40163B'

red 64 ◦ green 22 ◦ blue 59

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

Shades of Mardi Gras #40163B

Tints of Mardi Gras #40163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 44.14%
G = 15.17%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40163B (or 0x40163B) is known color: Mardi Gras. HEX triplet: 40, 16 and 3B. RGB value is (64,22,59). Sum of RGB (Red+Green+Blue) = 64+22+59=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40163B is #BFE9C4. Grayscale: #262626. Windows color (decimal): -12577221 or 3872320. OLE color: 3872320.

HSL color Cylindrical-coordinate representation of color #40163B: hue angle of 307.14º 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 #40163B is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 59 -
CMYK 0 0.66 0.08 0.75
HSL 307.14º 0.49% 0.17% -
HSV(B) 307.14º 0.66% 0.25% -
XYZ 3.19 1.98 4.35 -
YUV 38.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 64 22 59 0 0.66 0.08 0.75 307.14 0.49 0.17
Hex 40 16 3B 0 42 8 4B 133 31 11
Octal 100 26 73 0 102 10 113 463 61 21
Binary 1000000 10110 111011 0 1000010 1000 1001011 100110011 110001 10001

Color Harmonies of #40163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40163B

Black with #40163B

Text Example


Text Example

White with #40163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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