Html Css Color HEX #491343 Mardi Gras

📋 copy color: '#491343'

red 73 ◦ green 19 ◦ blue 67

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

Shades of Mardi Gras #491343

Tints of Mardi Gras #491343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 45.91%
G = 11.95%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#491343 (or 0x491343) is known color: Mardi Gras. HEX triplet: 49, 13 and 43. RGB value is (73,19,67). Sum of RGB (Red+Green+Blue) = 73+19+67=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491343 is #B6ECBC. Grayscale: #282828. Windows color (decimal): -11988157 or 4395849. OLE color: 4395849.

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

Color convert

RGB 73 19 67 -
CMYK 0 0.74 0.08 0.71
HSL 306.67º 0.59% 0.18% -
HSV(B) 306.67º 0.74% 0.29% -
XYZ 3.99 2.29 5.54 -
YUV 40.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 73 19 67 0 0.74 0.08 0.71 306.67 0.59 0.18
Hex 49 13 43 0 4A 8 47 133 3B 12
Octal 111 23 103 0 112 10 107 463 73 22
Binary 1001001 10011 1000011 0 1001010 1000 1000111 100110011 111011 10010

Color Harmonies of #491343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491343

Black with #491343

Text Example


Text Example

White with #491343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491343; }

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

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

background-color css

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

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

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

border-color css

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

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

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