Html Css Color HEX #490542 Mardi Gras

📋 copy color: '#490542'

red 73 ◦ green 5 ◦ blue 66

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

Shades of Mardi Gras #490542

Tints of Mardi Gras #490542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 66 (26.17% from 255) = 45.83%

R = 50.69%
G = 3.47%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#490542 (or 0x490542) is known color: Mardi Gras. HEX triplet: 49, 05 and 42. RGB value is (73,5,66). Sum of RGB (Red+Green+Blue) = 73+5+66=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490542 is #B6FABD. Grayscale: #202020. Windows color (decimal): -11991742 or 4326729. OLE color: 4326729.

HSL color Cylindrical-coordinate representation of color #490542: hue angle of 306.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490542 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 66 -
CMYK 0 0.93 0.10 0.71
HSL 306.18º 0.87% 0.15% -
HSV(B) 306.18º 0.93% 0.29% -
XYZ 3.79 1.92 5.33 -
YUV 32.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 73 5 66 0 0.93 0.10 0.71 306.18 0.87 0.15
Hex 49 5 42 0 5D A 47 132 57 F
Octal 111 5 102 0 135 12 107 462 127 17
Binary 1001001 101 1000010 0 1011101 1010 1000111 100110010 1010111 1111

Color Harmonies of #490542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490542

Black with #490542

Text Example


Text Example

White with #490542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490542; }

 p { color: rgb(73,5,66); }

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

background-color css

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

 a { background-color: rgb(73,5,66); }

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

border-color css

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

 span { border-color: rgb(73,5,66); }

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