Html Css Color HEX #493145 Loulou

📋 copy color: '#493145'

red 73 ◦ green 49 ◦ blue 69

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

Shades of Loulou #493145

Tints of Loulou #493145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

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

R = 38.22%
G = 25.65%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#493145 (or 0x493145) is known color: Loulou. HEX triplet: 49, 31 and 45. RGB value is (73,49,69). Sum of RGB (Red+Green+Blue) = 73+49+69=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493145 is #B6CEBA. Grayscale: #3A3A3A. Windows color (decimal): -11980475 or 4534601. OLE color: 4534601.

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

Color convert

RGB 73 49 69 -
CMYK 0 0.33 0.05 0.71
HSL 310º 0.2% 0.24% -
HSV(B) 310º 0.33% 0.29% -
XYZ 4.92 4.04 6.15 -
YUV 58.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 73 49 69 0 0.33 0.05 0.71 310 0.2 0.24
Hex 49 31 45 0 21 5 47 136 14 18
Octal 111 61 105 0 41 5 107 466 24 30
Binary 1001001 110001 1000101 0 100001 101 1000111 100110110 10100 11000

Color Harmonies of #493145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493145

Black with #493145

Text Example


Text Example

White with #493145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493145; }

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

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

background-color css

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

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

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

border-color css

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

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

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