Html Css Color HEX #491546 Mardi Gras

📋 copy color: '#491546'

red 73 ◦ green 21 ◦ blue 70

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

Shades of Mardi Gras #491546

Tints of Mardi Gras #491546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 42.68%

R = 44.51%
G = 12.8%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#491546 (or 0x491546) is known color: Mardi Gras. HEX triplet: 49, 15 and 46. RGB value is (73,21,70). Sum of RGB (Red+Green+Blue) = 73+21+70=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #491546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491546 is #B6EAB9. Grayscale: #292929. Windows color (decimal): -11987642 or 4592969. OLE color: 4592969.

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

Color convert

RGB 73 21 70 -
CMYK 0 0.71 0.04 0.71
HSL 303.46º 0.55% 0.18% -
HSV(B) 303.46º 0.71% 0.29% -
XYZ 4.12 2.39 6.04 -
YUV 42.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 73 21 70 0 0.71 0.04 0.71 303.46 0.55 0.18
Hex 49 15 46 0 47 4 47 12F 37 12
Octal 111 25 106 0 107 4 107 457 67 22
Binary 1001001 10101 1000110 0 1000111 100 1000111 100101111 110111 10010

Color Harmonies of #491546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491546

Black with #491546

Text Example


Text Example

White with #491546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491546; }

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

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

background-color css

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

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

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

border-color css

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

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

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