Html Css Color HEX #40143D Mardi Gras

📋 copy color: '#40143D'

red 64 ◦ green 20 ◦ blue 61

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

Shades of Mardi Gras #40143D

Tints of Mardi Gras #40143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 44.14%
G = 13.79%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#40143D (or 0x40143D) is known color: Mardi Gras. HEX triplet: 40, 14 and 3D. RGB value is (64,20,61). Sum of RGB (Red+Green+Blue) = 64+20+61=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40143D is #BFEBC2. Grayscale: #252525. Windows color (decimal): -12577731 or 4002880. OLE color: 4002880.

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

Color convert

RGB 64 20 61 -
CMYK 0 0.69 0.05 0.75
HSL 304.09º 0.52% 0.16% -
HSV(B) 304.09º 0.69% 0.25% -
XYZ 3.21 1.93 4.62 -
YUV 37.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 64 20 61 0 0.69 0.05 0.75 304.09 0.52 0.16
Hex 40 14 3D 0 45 5 4B 130 34 10
Octal 100 24 75 0 105 5 113 460 64 20
Binary 1000000 10100 111101 0 1000101 101 1001011 100110000 110100 10000

Color Harmonies of #40143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40143D

Black with #40143D

Text Example


Text Example

White with #40143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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