Html Css Color HEX #490A41 Mardi Gras

📋 copy color: '#490A41'

red 73 ◦ green 10 ◦ blue 65

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

Shades of Mardi Gras #490A41

Tints of Mardi Gras #490A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.76%

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 49.32%
G = 6.76%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#490A41 (or 0x490A41) is known color: Mardi Gras. HEX triplet: 49, 0A and 41. RGB value is (73,10,65). Sum of RGB (Red+Green+Blue) = 73+10+65=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A41 is #B6F5BE. Grayscale: #222222. Windows color (decimal): -11990463 or 4262473. OLE color: 4262473.

HSL color Cylindrical-coordinate representation of color #490A41: hue angle of 307.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A41 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 65 -
CMYK 0 0.86 0.11 0.71
HSL 307.62º 0.76% 0.16% -
HSV(B) 307.62º 0.86% 0.29% -
XYZ 3.81 2.02 5.19 -
YUV 35.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 73 10 65 0 0.86 0.11 0.71 307.62 0.76 0.16
Hex 49 A 41 0 56 B 47 134 4C 10
Octal 111 12 101 0 126 13 107 464 114 20
Binary 1001001 1010 1000001 0 1010110 1011 1000111 100110100 1001100 10000

Color Harmonies of #490A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A41

Black with #490A41

Text Example


Text Example

White with #490A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,10,65); }

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

background-color css

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

 a { background-color: rgb(73,10,65); }

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

border-color css

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

 span { border-color: rgb(73,10,65); }

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