Html Css Color HEX #472C45 Loulou

📋 copy color: '#472C45'

red 71 ◦ green 44 ◦ blue 69

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

Shades of Loulou #472C45

Tints of Loulou #472C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.91%

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

R = 38.59%
G = 23.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472C45 (or 0x472C45) is known color: Loulou. HEX triplet: 47, 2C and 45. RGB value is (71,44,69). Sum of RGB (Red+Green+Blue) = 71+44+69=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C45 is #B8D3BA. Grayscale: #363636. Windows color (decimal): -12112827 or 4533319. OLE color: 4533319.

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

Color convert

RGB 71 44 69 -
CMYK 0 0.38 0.03 0.72
HSL 304.44º 0.23% 0.23% -
HSV(B) 304.44º 0.38% 0.28% -
XYZ 4.57 3.57 6.08 -
YUV 54.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 71 44 69 0 0.38 0.03 0.72 304.44 0.23 0.23
Hex 47 2C 45 0 26 3 48 130 17 17
Octal 107 54 105 0 46 3 110 460 27 27
Binary 1000111 101100 1000101 0 100110 11 1001000 100110000 10111 10111

Color Harmonies of #472C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C45

Black with #472C45

Text Example


Text Example

White with #472C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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