Html Css Color HEX #492745 Loulou

📋 copy color: '#492745'

red 73 ◦ green 39 ◦ blue 69

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

Shades of Loulou #492745

Tints of Loulou #492745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 40.33%
G = 21.55%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492745 (or 0x492745) is known color: Loulou. HEX triplet: 49, 27 and 45. RGB value is (73,39,69). Sum of RGB (Red+Green+Blue) = 73+39+69=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492745 is #B6D8BA. Grayscale: #343434. Windows color (decimal): -11983035 or 4532041. OLE color: 4532041.

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

Color convert

RGB 73 39 69 -
CMYK 0 0.47 0.05 0.71
HSL 307.06º 0.3% 0.22% -
HSV(B) 307.06º 0.47% 0.29% -
XYZ 4.55 3.3 6.03 -
YUV 52.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 73 39 69 0 0.47 0.05 0.71 307.06 0.3 0.22
Hex 49 27 45 0 2F 5 47 133 1E 16
Octal 111 47 105 0 57 5 107 463 36 26
Binary 1001001 100111 1000101 0 101111 101 1000111 100110011 11110 10110

Color Harmonies of #492745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492745

Black with #492745

Text Example


Text Example

White with #492745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492745; }

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

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

background-color css

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

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

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

border-color css

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

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

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