Html Css Color HEX #491642 Mardi Gras

📋 copy color: '#491642'

red 73 ◦ green 22 ◦ blue 66

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

Shades of Mardi Gras #491642

Tints of Mardi Gras #491642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

 BLUE value IS 66 (26.17% from 255) = 40.99%

R = 45.34%
G = 13.66%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#491642 (or 0x491642) is known color: Mardi Gras. HEX triplet: 49, 16 and 42. RGB value is (73,22,66). Sum of RGB (Red+Green+Blue) = 73+22+66=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491642 is #B6E9BD. Grayscale: #2A2A2A. Windows color (decimal): -11987390 or 4331081. OLE color: 4331081.

HSL color Cylindrical-coordinate representation of color #491642: hue angle of 308.24º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491642 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 22 66 -
CMYK 0 0.70 0.10 0.71
HSL 308.24º 0.54% 0.19% -
HSV(B) 308.24º 0.7% 0.29% -
XYZ 4.02 2.38 5.4 -
YUV 42.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 73 22 66 0 0.70 0.10 0.71 308.24 0.54 0.19
Hex 49 16 42 0 46 A 47 134 36 13
Octal 111 26 102 0 106 12 107 464 66 23
Binary 1001001 10110 1000010 0 1000110 1010 1000111 100110100 110110 10011

Color Harmonies of #491642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491642

Black with #491642

Text Example


Text Example

White with #491642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491642; }

 p { color: rgb(73,22,66); }

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

background-color css

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

 a { background-color: rgb(73,22,66); }

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

border-color css

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

 span { border-color: rgb(73,22,66); }

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