Html Css Color HEX #40093F Mardi Gras

📋 copy color: '#40093F'

red 64 ◦ green 9 ◦ blue 63

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

Shades of Mardi Gras #40093F

Tints of Mardi Gras #40093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

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

R = 47.06%
G = 6.62%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40093F (or 0x40093F) is known color: Mardi Gras. HEX triplet: 40, 09 and 3F. RGB value is (64,9,63). Sum of RGB (Red+Green+Blue) = 64+9+63=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #40093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40093F is #BFF6C0. Grayscale: #1F1F1F. Windows color (decimal): -12580545 or 4131136. OLE color: 4131136.

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

Color convert

RGB 64 9 63 -
CMYK 0 0.86 0.02 0.75
HSL 301.09º 0.75% 0.14% -
HSV(B) 301.09º 0.86% 0.25% -
XYZ 3.11 1.64 4.86 -
YUV 31.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 64 9 63 0 0.86 0.02 0.75 301.09 0.75 0.14
Hex 40 9 3F 0 56 2 4B 12D 4B E
Octal 100 11 77 0 126 2 113 455 113 16
Binary 1000000 1001 111111 0 1010110 10 1001011 100101101 1001011 1110

Color Harmonies of #40093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40093F

Black with #40093F

Text Example


Text Example

White with #40093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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