Html Css Color HEX #491A44 Loulou

📋 copy color: '#491A44'

red 73 ◦ green 26 ◦ blue 68

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

Shades of Loulou #491A44

Tints of Loulou #491A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

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

R = 43.71%
G = 15.57%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#491A44 (or 0x491A44) is known color: Loulou. HEX triplet: 49, 1A and 44. RGB value is (73,26,68). Sum of RGB (Red+Green+Blue) = 73+26+68=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A44 is #B6E5BB. Grayscale: #2C2C2C. Windows color (decimal): -11986364 or 4463177. OLE color: 4463177.

HSL color Cylindrical-coordinate representation of color #491A44: hue angle of 306.38º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A44 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 68 -
CMYK 0 0.64 0.07 0.71
HSL 306.38º 0.47% 0.19% -
HSV(B) 306.38º 0.64% 0.29% -
XYZ 4.16 2.57 5.75 -
YUV 44.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 73 26 68 0 0.64 0.07 0.71 306.38 0.47 0.19
Hex 49 1A 44 0 40 7 47 132 2F 13
Octal 111 32 104 0 100 7 107 462 57 23
Binary 1001001 11010 1000100 0 1000000 111 1000111 100110010 101111 10011

Color Harmonies of #491A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A44

Black with #491A44

Text Example


Text Example

White with #491A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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