Html Css Color HEX #492245 Loulou

📋 copy color: '#492245'

red 73 ◦ green 34 ◦ blue 69

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

Shades of Loulou #492245

Tints of Loulou #492245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 41.48%
G = 19.32%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492245 (or 0x492245) is known color: Loulou. HEX triplet: 49, 22 and 45. RGB value is (73,34,69). Sum of RGB (Red+Green+Blue) = 73+34+69=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492245 is #B6DDBA. Grayscale: #313131. Windows color (decimal): -11984315 or 4530761. OLE color: 4530761.

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

Color convert

RGB 73 34 69 -
CMYK 0 0.53 0.05 0.71
HSL 306.15º 0.36% 0.21% -
HSV(B) 306.15º 0.53% 0.29% -
XYZ 4.39 2.99 5.98 -
YUV 49.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 73 34 69 0 0.53 0.05 0.71 306.15 0.36 0.21
Hex 49 22 45 0 35 5 47 132 24 15
Octal 111 42 105 0 65 5 107 462 44 25
Binary 1001001 100010 1000101 0 110101 101 1000111 100110010 100100 10101

Color Harmonies of #492245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492245

Black with #492245

Text Example


Text Example

White with #492245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492245; }

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

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

background-color css

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

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

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

border-color css

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

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

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