Html Css Color HEX #491C44 Loulou

📋 copy color: '#491C44'

red 73 ◦ green 28 ◦ blue 68

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

Shades of Loulou #491C44

Tints of Loulou #491C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.57%

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

R = 43.2%
G = 16.57%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#491C44 (or 0x491C44) is known color: Loulou. HEX triplet: 49, 1C and 44. RGB value is (73,28,68). Sum of RGB (Red+Green+Blue) = 73+28+68=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C44 is #B6E3BB. Grayscale: #2D2D2D. Windows color (decimal): -11985852 or 4463689. OLE color: 4463689.

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

Color convert

RGB 73 28 68 -
CMYK 0 0.62 0.07 0.71
HSL 306.67º 0.45% 0.2% -
HSV(B) 306.67º 0.62% 0.29% -
XYZ 4.21 2.66 5.76 -
YUV 46.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 73 28 68 0 0.62 0.07 0.71 306.67 0.45 0.2
Hex 49 1C 44 0 3E 7 47 133 2D 14
Octal 111 34 104 0 76 7 107 463 55 24
Binary 1001001 11100 1000100 0 111110 111 1000111 100110011 101101 10100

Color Harmonies of #491C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C44

Black with #491C44

Text Example


Text Example

White with #491C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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