Html Css Color HEX #492345 Loulou

📋 copy color: '#492345'

red 73 ◦ green 35 ◦ blue 69

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

Shades of Loulou #492345

Tints of Loulou #492345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

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

R = 41.24%
G = 19.77%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492345 (or 0x492345) is known color: Loulou. HEX triplet: 49, 23 and 45. RGB value is (73,35,69). Sum of RGB (Red+Green+Blue) = 73+35+69=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492345 is #B6DCBA. Grayscale: #323232. Windows color (decimal): -11984059 or 4531017. OLE color: 4531017.

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

Color convert

RGB 73 35 69 -
CMYK 0 0.52 0.05 0.71
HSL 306.32º 0.35% 0.21% -
HSV(B) 306.32º 0.52% 0.29% -
XYZ 4.42 3.05 5.99 -
YUV 50.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 73 35 69 0 0.52 0.05 0.71 306.32 0.35 0.21
Hex 49 23 45 0 34 5 47 132 23 15
Octal 111 43 105 0 64 5 107 462 43 25
Binary 1001001 100011 1000101 0 110100 101 1000111 100110010 100011 10101

Color Harmonies of #492345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492345

Black with #492345

Text Example


Text Example

White with #492345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492345; }

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

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

background-color css

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

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

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

border-color css

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

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

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