Html Css Color HEX #491945 Mardi Gras

📋 copy color: '#491945'

red 73 ◦ green 25 ◦ blue 69

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

Shades of Mardi Gras #491945

Tints of Mardi Gras #491945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

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

R = 43.71%
G = 14.97%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#491945 (or 0x491945) is known color: Mardi Gras. HEX triplet: 49, 19 and 45. RGB value is (73,25,69). Sum of RGB (Red+Green+Blue) = 73+25+69=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491945 is #B6E6BA. Grayscale: #2C2C2C. Windows color (decimal): -11986619 or 4528457. OLE color: 4528457.

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

Color convert

RGB 73 25 69 -
CMYK 0 0.66 0.05 0.71
HSL 305º 0.49% 0.19% -
HSV(B) 305º 0.66% 0.29% -
XYZ 4.17 2.54 5.9 -
YUV 44.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 73 25 69 0 0.66 0.05 0.71 305 0.49 0.19
Hex 49 19 45 0 42 5 47 131 31 13
Octal 111 31 105 0 102 5 107 461 61 23
Binary 1001001 11001 1000101 0 1000010 101 1000111 100110001 110001 10011

Color Harmonies of #491945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491945

Black with #491945

Text Example


Text Example

White with #491945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491945; }

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

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

background-color css

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

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

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

border-color css

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

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

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