Html Css Color HEX #490541 Mardi Gras

📋 copy color: '#490541'

red 73 ◦ green 5 ◦ blue 65

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

Shades of Mardi Gras #490541

Tints of Mardi Gras #490541

RGB

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

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

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

R = 51.05%
G = 3.5%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#490541 (or 0x490541) is known color: Mardi Gras. HEX triplet: 49, 05 and 41. RGB value is (73,5,65). Sum of RGB (Red+Green+Blue) = 73+5+65=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #490541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490541 is #B6FABE. Grayscale: #202020. Windows color (decimal): -11991743 or 4261193. OLE color: 4261193.

HSL color Cylindrical-coordinate representation of color #490541: hue angle of 307.06º 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 #490541 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 65 -
CMYK 0 0.93 0.11 0.71
HSL 307.06º 0.87% 0.15% -
HSV(B) 307.06º 0.93% 0.29% -
XYZ 3.76 1.91 5.17 -
YUV 32.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 73 5 65 0 0.93 0.11 0.71 307.06 0.87 0.15
Hex 49 5 41 0 5D B 47 133 57 F
Octal 111 5 101 0 135 13 107 463 127 17
Binary 1001001 101 1000001 0 1011101 1011 1000111 100110011 1010111 1111

Color Harmonies of #490541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490541

Black with #490541

Text Example


Text Example

White with #490541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490541; }

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

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

background-color css

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

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

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

border-color css

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

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

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