Html Css Color HEX #491148 Mardi Gras

📋 copy color: '#491148'

red 73 ◦ green 17 ◦ blue 72

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

Shades of Mardi Gras #491148

Tints of Mardi Gras #491148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

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

R = 45.06%
G = 10.49%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#491148 (or 0x491148) is known color: Mardi Gras. HEX triplet: 49, 11 and 48. RGB value is (73,17,72). Sum of RGB (Red+Green+Blue) = 73+17+72=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491148 is #B6EEB7. Grayscale: #272727. Windows color (decimal): -11988664 or 4723017. OLE color: 4723017.

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

Color convert

RGB 73 17 72 -
CMYK 0 0.77 0.01 0.71
HSL 301.07º 0.62% 0.18% -
HSV(B) 301.07º 0.77% 0.29% -
XYZ 4.12 2.29 6.35 -
YUV 40.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 73 17 72 0 0.77 0.01 0.71 301.07 0.62 0.18
Hex 49 11 48 0 4D 1 47 12D 3E 12
Octal 111 21 110 0 115 1 107 455 76 22
Binary 1001001 10001 1001000 0 1001101 1 1000111 100101101 111110 10010

Color Harmonies of #491148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491148

Black with #491148

Text Example


Text Example

White with #491148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491148; }

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

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

background-color css

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

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

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

border-color css

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

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

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