Html Css Color HEX #491548 Mardi Gras

📋 copy color: '#491548'

red 73 ◦ green 21 ◦ blue 72

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

Shades of Mardi Gras #491548

Tints of Mardi Gras #491548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.37%

R = 43.98%
G = 12.65%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#491548 (or 0x491548) is known color: Mardi Gras. HEX triplet: 49, 15 and 48. RGB value is (73,21,72). Sum of RGB (Red+Green+Blue) = 73+21+72=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #491548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491548 is #B6EAB7. Grayscale: #2A2A2A. Windows color (decimal): -11987640 or 4724041. OLE color: 4724041.

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

Color convert

RGB 73 21 72 -
CMYK 0 0.71 0.01 0.71
HSL 301.15º 0.55% 0.18% -
HSV(B) 301.15º 0.71% 0.29% -
XYZ 4.19 2.42 6.38 -
YUV 42.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 73 21 72 0 0.71 0.01 0.71 301.15 0.55 0.18
Hex 49 15 48 0 47 1 47 12D 37 12
Octal 111 25 110 0 107 1 107 455 67 22
Binary 1001001 10101 1001000 0 1000111 1 1000111 100101101 110111 10010

Color Harmonies of #491548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491548

Black with #491548

Text Example


Text Example

White with #491548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491548; }

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

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

background-color css

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

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

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

border-color css

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

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

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