Html Css Color HEX #492C45 Loulou

📋 copy color: '#492C45'

red 73 ◦ green 44 ◦ blue 69

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

Shades of Loulou #492C45

Tints of Loulou #492C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

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

R = 39.25%
G = 23.66%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492C45 (or 0x492C45) is known color: Loulou. HEX triplet: 49, 2C and 45. RGB value is (73,44,69). Sum of RGB (Red+Green+Blue) = 73+44+69=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #492C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C45 is #B6D3BA. Grayscale: #373737. Windows color (decimal): -11981755 or 4533321. OLE color: 4533321.

HSL color Cylindrical-coordinate representation of color #492C45: hue angle of 308.28º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C45 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 44 69 -
CMYK 0 0.40 0.05 0.71
HSL 308.28º 0.25% 0.23% -
HSV(B) 308.28º 0.4% 0.29% -
XYZ 4.72 3.65 6.09 -
YUV 55.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 73 44 69 0 0.40 0.05 0.71 308.28 0.25 0.23
Hex 49 2C 45 0 28 5 47 134 19 17
Octal 111 54 105 0 50 5 107 464 31 27
Binary 1001001 101100 1000101 0 101000 101 1000111 100110100 11001 10111

Color Harmonies of #492C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C45

Black with #492C45

Text Example


Text Example

White with #492C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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