Html Css Color HEX #491541 Mardi Gras

📋 copy color: '#491541'

red 73 ◦ green 21 ◦ blue 65

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

Shades of Mardi Gras #491541

Tints of Mardi Gras #491541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.21%

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

R = 45.91%
G = 13.21%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491541 (or 0x491541) is known color: Mardi Gras. HEX triplet: 49, 15 and 41. RGB value is (73,21,65). Sum of RGB (Red+Green+Blue) = 73+21+65=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491541 is #B6EABE. Grayscale: #292929. Windows color (decimal): -11987647 or 4265289. OLE color: 4265289.

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

Color convert

RGB 73 21 65 -
CMYK 0 0.71 0.11 0.71
HSL 309.23º 0.55% 0.18% -
HSV(B) 309.23º 0.71% 0.29% -
XYZ 3.97 2.33 5.24 -
YUV 41.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 73 21 65 0 0.71 0.11 0.71 309.23 0.55 0.18
Hex 49 15 41 0 47 B 47 135 37 12
Octal 111 25 101 0 107 13 107 465 67 22
Binary 1001001 10101 1000001 0 1000111 1011 1000111 100110101 110111 10010

Color Harmonies of #491541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491541

Black with #491541

Text Example


Text Example

White with #491541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491541; }

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

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

background-color css

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

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

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

border-color css

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

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

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