Html Css Color HEX #491045 Mardi Gras

📋 copy color: '#491045'

red 73 ◦ green 16 ◦ blue 69

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

Shades of Mardi Gras #491045

Tints of Mardi Gras #491045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

 BLUE value IS 69 (27.34% from 255) = 43.67%

R = 46.2%
G = 10.13%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#491045 (or 0x491045) is known color: Mardi Gras. HEX triplet: 49, 10 and 45. RGB value is (73,16,69). Sum of RGB (Red+Green+Blue) = 73+16+69=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491045 is #B6EFBA. Grayscale: #262626. Windows color (decimal): -11988923 or 4526153. OLE color: 4526153.

HSL color Cylindrical-coordinate representation of color #491045: hue angle of 304.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491045 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 16 69 -
CMYK 0 0.78 0.05 0.71
HSL 304.21º 0.64% 0.17% -
HSV(B) 304.21º 0.78% 0.29% -
XYZ 4.01 2.22 5.85 -
YUV 39.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 73 16 69 0 0.78 0.05 0.71 304.21 0.64 0.17
Hex 49 10 45 0 4E 5 47 130 40 11
Octal 111 20 105 0 116 5 107 460 100 21
Binary 1001001 10000 1000101 0 1001110 101 1000111 100110000 1000000 10001

Color Harmonies of #491045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491045

Black with #491045

Text Example


Text Example

White with #491045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491045; }

 p { color: rgb(73,16,69); }

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

background-color css

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

 a { background-color: rgb(73,16,69); }

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

border-color css

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

 span { border-color: rgb(73,16,69); }

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