Html Css Color HEX #40143A Mardi Gras

📋 copy color: '#40143A'

red 64 ◦ green 20 ◦ blue 58

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

Shades of Mardi Gras #40143A

Tints of Mardi Gras #40143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 45.07%
G = 14.08%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40143A (or 0x40143A) is known color: Mardi Gras. HEX triplet: 40, 14 and 3A. RGB value is (64,20,58). Sum of RGB (Red+Green+Blue) = 64+20+58=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40143A is #BFEBC5. Grayscale: #252525. Windows color (decimal): -12577734 or 3806272. OLE color: 3806272.

HSL color Cylindrical-coordinate representation of color #40143A: hue angle of 308.18º 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 #40143A is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 20 58 -
CMYK 0 0.69 0.09 0.75
HSL 308.18º 0.52% 0.16% -
HSV(B) 308.18º 0.69% 0.25% -
XYZ 3.13 1.9 4.2 -
YUV 37.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 64 20 58 0 0.69 0.09 0.75 308.18 0.52 0.16
Hex 40 14 3A 0 45 9 4B 134 34 10
Octal 100 24 72 0 105 11 113 464 64 20
Binary 1000000 10100 111010 0 1000101 1001 1001011 100110100 110100 10000

Color Harmonies of #40143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40143A

Black with #40143A

Text Example


Text Example

White with #40143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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