Html Css Color HEX #492045 Loulou

📋 copy color: '#492045'

red 73 ◦ green 32 ◦ blue 69

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

Shades of Loulou #492045

Tints of Loulou #492045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

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

R = 41.95%
G = 18.39%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492045 (or 0x492045) is known color: Loulou. HEX triplet: 49, 20 and 45. RGB value is (73,32,69). Sum of RGB (Red+Green+Blue) = 73+32+69=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492045 is #B6DFBA. Grayscale: #303030. Windows color (decimal): -11984827 or 4530249. OLE color: 4530249.

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

Color convert

RGB 73 32 69 -
CMYK 0 0.56 0.05 0.71
HSL 305.85º 0.39% 0.21% -
HSV(B) 305.85º 0.56% 0.29% -
XYZ 4.34 2.88 5.96 -
YUV 48.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 73 32 69 0 0.56 0.05 0.71 305.85 0.39 0.21
Hex 49 20 45 0 38 5 47 132 27 15
Octal 111 40 105 0 70 5 107 462 47 25
Binary 1001001 100000 1000101 0 111000 101 1000111 100110010 100111 10101

Color Harmonies of #492045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492045

Black with #492045

Text Example


Text Example

White with #492045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492045; }

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

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

background-color css

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

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

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

border-color css

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

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

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