Html Css Color HEX #492545 Loulou

📋 copy color: '#492545'

red 73 ◦ green 37 ◦ blue 69

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

Shades of Loulou #492545

Tints of Loulou #492545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 40.78%
G = 20.67%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492545 (or 0x492545) is known color: Loulou. HEX triplet: 49, 25 and 45. RGB value is (73,37,69). Sum of RGB (Red+Green+Blue) = 73+37+69=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492545 is #B6DABA. Grayscale: #333333. Windows color (decimal): -11983547 or 4531529. OLE color: 4531529.

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

Color convert

RGB 73 37 69 -
CMYK 0 0.49 0.05 0.71
HSL 306.67º 0.33% 0.22% -
HSV(B) 306.67º 0.49% 0.29% -
XYZ 4.48 3.17 6.01 -
YUV 51.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 73 37 69 0 0.49 0.05 0.71 306.67 0.33 0.22
Hex 49 25 45 0 31 5 47 133 21 16
Octal 111 45 105 0 61 5 107 463 41 26
Binary 1001001 100101 1000101 0 110001 101 1000111 100110011 100001 10110

Color Harmonies of #492545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492545

Black with #492545

Text Example


Text Example

White with #492545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492545; }

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

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

background-color css

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

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

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

border-color css

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

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

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