Html Css Color HEX #490E40 Mardi Gras

📋 copy color: '#490E40'

red 73 ◦ green 14 ◦ blue 64

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

Shades of Mardi Gras #490E40

Tints of Mardi Gras #490E40

RGB

 RED value IS 73 (28.91% from 255) = 48.34%

 GREEN value IS 14 (5.86% from 255) = 9.27%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 48.34%
G = 9.27%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#490E40 (or 0x490E40) is known color: Mardi Gras. HEX triplet: 49, 0E and 40. RGB value is (73,14,64). Sum of RGB (Red+Green+Blue) = 73+14+64=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #490E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E40 is #B6F1BF. Grayscale: #252525. Windows color (decimal): -11989440 or 4197961. OLE color: 4197961.

HSL color Cylindrical-coordinate representation of color #490E40: hue angle of 309.15º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490E40 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 14 64 -
CMYK 0 0.81 0.12 0.71
HSL 309.15º 0.68% 0.17% -
HSV(B) 309.15º 0.81% 0.29% -
XYZ 3.83 2.1 5.05 -
YUV 37.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 73 14 64 0 0.81 0.12 0.71 309.15 0.68 0.17
Hex 49 E 40 0 51 C 47 135 44 11
Octal 111 16 100 0 121 14 107 465 104 21
Binary 1001001 1110 1000000 0 1010001 1100 1000111 100110101 1000100 10001

Color Harmonies of #490E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E40

Black with #490E40

Text Example


Text Example

White with #490E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490E40; }

 p { color: rgb(73,14,64); }

 H1.HeaderClassName
 {
   color: #490E40;
 }
 .AnyTagClassName
 {
   color: #490E40;
 }
</style>

background-color css

<style>
 a { background-color: #490E40; }

 a { background-color: rgb(73,14,64); }

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

border-color css

<style>
 span { border-color: #490E40; }

 span { border-color: rgb(73,14,64); }

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