Html Css Color HEX #472B45 Loulou

📋 copy color: '#472B45'

red 71 ◦ green 43 ◦ blue 69

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

Shades of Loulou #472B45

Tints of Loulou #472B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.5%

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

R = 38.8%
G = 23.5%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472B45 (or 0x472B45) is known color: Loulou. HEX triplet: 47, 2B and 45. RGB value is (71,43,69). Sum of RGB (Red+Green+Blue) = 71+43+69=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B45 is #B8D4BA. Grayscale: #363636. Windows color (decimal): -12113083 or 4533063. OLE color: 4533063.

HSL color Cylindrical-coordinate representation of color #472B45: hue angle of 304.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B45 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 69 -
CMYK 0 0.39 0.03 0.72
HSL 304.29º 0.25% 0.22% -
HSV(B) 304.29º 0.39% 0.28% -
XYZ 4.54 3.5 6.07 -
YUV 54.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 71 43 69 0 0.39 0.03 0.72 304.29 0.25 0.22
Hex 47 2B 45 0 27 3 48 130 19 16
Octal 107 53 105 0 47 3 110 460 31 26
Binary 1000111 101011 1000101 0 100111 11 1001000 100110000 11001 10110

Color Harmonies of #472B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B45

Black with #472B45

Text Example


Text Example

White with #472B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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