Html Css Color HEX #492845 Loulou

📋 copy color: '#492845'

red 73 ◦ green 40 ◦ blue 69

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

Shades of Loulou #492845

Tints of Loulou #492845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.98%

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

R = 40.11%
G = 21.98%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492845 (or 0x492845) is known color: Loulou. HEX triplet: 49, 28 and 45. RGB value is (73,40,69). Sum of RGB (Red+Green+Blue) = 73+40+69=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492845 is #B6D7BA. Grayscale: #353535. Windows color (decimal): -11982779 or 4532297. OLE color: 4532297.

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

Color convert

RGB 73 40 69 -
CMYK 0 0.45 0.05 0.71
HSL 307.27º 0.29% 0.22% -
HSV(B) 307.27º 0.45% 0.29% -
XYZ 4.58 3.36 6.04 -
YUV 53.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 73 40 69 0 0.45 0.05 0.71 307.27 0.29 0.22
Hex 49 28 45 0 2D 5 47 133 1D 16
Octal 111 50 105 0 55 5 107 463 35 26
Binary 1001001 101000 1000101 0 101101 101 1000111 100110011 11101 10110

Color Harmonies of #492845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492845

Black with #492845

Text Example


Text Example

White with #492845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492845; }

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

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

background-color css

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

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

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

border-color css

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

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

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