Html Css Color HEX #491341 Mardi Gras

📋 copy color: '#491341'

red 73 ◦ green 19 ◦ blue 65

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

Shades of Mardi Gras #491341

Tints of Mardi Gras #491341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 46.5%
G = 12.1%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491341 (or 0x491341) is known color: Mardi Gras. HEX triplet: 49, 13 and 41. RGB value is (73,19,65). Sum of RGB (Red+Green+Blue) = 73+19+65=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491341 is #B6ECBE. Grayscale: #282828. Windows color (decimal): -11988159 or 4264777. OLE color: 4264777.

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

Color convert

RGB 73 19 65 -
CMYK 0 0.74 0.11 0.71
HSL 308.89º 0.59% 0.18% -
HSV(B) 308.89º 0.74% 0.29% -
XYZ 3.93 2.26 5.23 -
YUV 40.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 73 19 65 0 0.74 0.11 0.71 308.89 0.59 0.18
Hex 49 13 41 0 4A B 47 135 3B 12
Octal 111 23 101 0 112 13 107 465 73 22
Binary 1001001 10011 1000001 0 1001010 1011 1000111 100110101 111011 10010

Color Harmonies of #491341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491341

Black with #491341

Text Example


Text Example

White with #491341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491341; }

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

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

background-color css

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

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

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

border-color css

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

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

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