Html Css Color HEX #40073C Mardi Gras

📋 copy color: '#40073C'

red 64 ◦ green 7 ◦ blue 60

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

Shades of Mardi Gras #40073C

Tints of Mardi Gras #40073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.34%

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

R = 48.85%
G = 5.34%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40073C (or 0x40073C) is known color: Mardi Gras. HEX triplet: 40, 07 and 3C. RGB value is (64,7,60). Sum of RGB (Red+Green+Blue) = 64+7+60=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40073C is #BFF8C3. Grayscale: #1D1D1D. Windows color (decimal): -12581060 or 3934016. OLE color: 3934016.

HSL color Cylindrical-coordinate representation of color #40073C: hue angle of 304.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40073C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 7 60 -
CMYK 0 0.89 0.06 0.75
HSL 304.21º 0.8% 0.14% -
HSV(B) 304.21º 0.89% 0.25% -
XYZ 3.01 1.57 4.42 -
YUV 30.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 64 7 60 0 0.89 0.06 0.75 304.21 0.8 0.14
Hex 40 7 3C 0 59 6 4B 130 50 E
Octal 100 7 74 0 131 6 113 460 120 16
Binary 1000000 111 111100 0 1011001 110 1001011 100110000 1010000 1110

Color Harmonies of #40073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40073C

Black with #40073C

Text Example


Text Example

White with #40073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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