Html Css Color HEX #491944 Loulou

📋 copy color: '#491944'

red 73 ◦ green 25 ◦ blue 68

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

Shades of Loulou #491944

Tints of Loulou #491944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.96%

R = 43.98%
G = 15.06%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#491944 (or 0x491944) is known color: Loulou. HEX triplet: 49, 19 and 44. RGB value is (73,25,68). Sum of RGB (Red+Green+Blue) = 73+25+68=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #491944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491944 is #B6E6BB. Grayscale: #2C2C2C. Windows color (decimal): -11986620 or 4462921. OLE color: 4462921.

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

Color convert

RGB 73 25 68 -
CMYK 0 0.66 0.07 0.71
HSL 306.25º 0.49% 0.19% -
HSV(B) 306.25º 0.66% 0.29% -
XYZ 4.14 2.53 5.74 -
YUV 44.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 73 25 68 0 0.66 0.07 0.71 306.25 0.49 0.19
Hex 49 19 44 0 42 7 47 132 31 13
Octal 111 31 104 0 102 7 107 462 61 23
Binary 1001001 11001 1000100 0 1000010 111 1000111 100110010 110001 10011

Color Harmonies of #491944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491944

Black with #491944

Text Example


Text Example

White with #491944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491944; }

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

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

background-color css

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

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

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

border-color css

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

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

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