Html Css Color HEX #472C44 Loulou

📋 copy color: '#472C44'

red 71 ◦ green 44 ◦ blue 68

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

Shades of Loulou #472C44

Tints of Loulou #472C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 38.8%
G = 24.04%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472C44 (or 0x472C44) is known color: Loulou. HEX triplet: 47, 2C and 44. RGB value is (71,44,68). Sum of RGB (Red+Green+Blue) = 71+44+68=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C44 is #B8D3BB. Grayscale: #363636. Windows color (decimal): -12112828 or 4467783. OLE color: 4467783.

HSL color Cylindrical-coordinate representation of color #472C44: hue angle of 306.67º 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 #472C44 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 68 -
CMYK 0 0.38 0.04 0.72
HSL 306.67º 0.23% 0.23% -
HSV(B) 306.67º 0.38% 0.28% -
XYZ 4.54 3.56 5.92 -
YUV 54.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 71 44 68 0 0.38 0.04 0.72 306.67 0.23 0.23
Hex 47 2C 44 0 26 4 48 133 17 17
Octal 107 54 104 0 46 4 110 463 27 27
Binary 1000111 101100 1000100 0 100110 100 1001000 100110011 10111 10111

Color Harmonies of #472C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C44

Black with #472C44

Text Example


Text Example

White with #472C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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