Html Css Color HEX #491443 Mardi Gras

📋 copy color: '#491443'

red 73 ◦ green 20 ◦ blue 67

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

Shades of Mardi Gras #491443

Tints of Mardi Gras #491443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 45.63%
G = 12.5%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#491443 (or 0x491443) is known color: Mardi Gras. HEX triplet: 49, 14 and 43. RGB value is (73,20,67). Sum of RGB (Red+Green+Blue) = 73+20+67=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #491443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491443 is #B6EBBC. Grayscale: #292929. Windows color (decimal): -11987901 or 4396105. OLE color: 4396105.

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

Color convert

RGB 73 20 67 -
CMYK 0 0.73 0.08 0.71
HSL 306.79º 0.57% 0.18% -
HSV(B) 306.79º 0.73% 0.29% -
XYZ 4.01 2.32 5.55 -
YUV 41.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 73 20 67 0 0.73 0.08 0.71 306.79 0.57 0.18
Hex 49 14 43 0 49 8 47 133 39 12
Octal 111 24 103 0 111 10 107 463 71 22
Binary 1001001 10100 1000011 0 1001001 1000 1000111 100110011 111001 10010

Color Harmonies of #491443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491443

Black with #491443

Text Example


Text Example

White with #491443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491443; }

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

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

background-color css

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

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

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

border-color css

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

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

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