Html Css Color HEX #472445 Loulou

📋 copy color: '#472445'

red 71 ◦ green 36 ◦ blue 69

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

Shades of Loulou #472445

Tints of Loulou #472445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.45%

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

R = 40.34%
G = 20.45%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472445 (or 0x472445) is known color: Loulou. HEX triplet: 47, 24 and 45. RGB value is (71,36,69). Sum of RGB (Red+Green+Blue) = 71+36+69=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472445 is #B8DBBA. Grayscale: #323232. Windows color (decimal): -12114875 or 4531271. OLE color: 4531271.

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

Color convert

RGB 71 36 69 -
CMYK 0 0.49 0.03 0.72
HSL 303.43º 0.33% 0.21% -
HSV(B) 303.43º 0.49% 0.28% -
XYZ 4.3 3.03 5.99 -
YUV 50.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 71 36 69 0 0.49 0.03 0.72 303.43 0.33 0.21
Hex 47 24 45 0 31 3 48 12F 21 15
Octal 107 44 105 0 61 3 110 457 41 25
Binary 1000111 100100 1000101 0 110001 11 1001000 100101111 100001 10101

Color Harmonies of #472445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472445

Black with #472445

Text Example


Text Example

White with #472445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472445; }

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

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

background-color css

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

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

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

border-color css

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

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

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