Html Css Color HEX #473145 Loulou

📋 copy color: '#473145'

red 71 ◦ green 49 ◦ blue 69

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

Shades of Loulou #473145

Tints of Loulou #473145

RGB

 RED value IS 71 (28.13% from 255) = 37.57%

 GREEN value IS 49 (19.53% from 255) = 25.93%

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

R = 37.57%
G = 25.93%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#473145 (or 0x473145) is known color: Loulou. HEX triplet: 47, 31 and 45. RGB value is (71,49,69). Sum of RGB (Red+Green+Blue) = 71+49+69=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473145 is #B8CEBA. Grayscale: #393939. Windows color (decimal): -12111547 or 4534599. OLE color: 4534599.

HSL color Cylindrical-coordinate representation of color #473145: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473145 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 69 -
CMYK 0 0.31 0.03 0.72
HSL 305.45º 0.18% 0.24% -
HSV(B) 305.45º 0.31% 0.28% -
XYZ 4.77 3.97 6.14 -
YUV 57.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 71 49 69 0 0.31 0.03 0.72 305.45 0.18 0.24
Hex 47 31 45 0 1F 3 48 131 12 18
Octal 107 61 105 0 37 3 110 461 22 30
Binary 1000111 110001 1000101 0 11111 11 1001000 100110001 10010 11000

Color Harmonies of #473145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473145

Black with #473145

Text Example


Text Example

White with #473145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473145; }

 p { color: rgb(71,49,69); }

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

background-color css

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

 a { background-color: rgb(71,49,69); }

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

border-color css

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

 span { border-color: rgb(71,49,69); }

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