Html Css Color HEX #472745 Loulou

📋 copy color: '#472745'

red 71 ◦ green 39 ◦ blue 69

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

Shades of Loulou #472745

Tints of Loulou #472745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

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

R = 39.66%
G = 21.79%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472745 (or 0x472745) is known color: Loulou. HEX triplet: 47, 27 and 45. RGB value is (71,39,69). Sum of RGB (Red+Green+Blue) = 71+39+69=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472745 is #B8D8BA. Grayscale: #333333. Windows color (decimal): -12114107 or 4532039. OLE color: 4532039.

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

Color convert

RGB 71 39 69 -
CMYK 0 0.45 0.03 0.72
HSL 303.75º 0.29% 0.22% -
HSV(B) 303.75º 0.45% 0.28% -
XYZ 4.4 3.22 6.02 -
YUV 51.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 71 39 69 0 0.45 0.03 0.72 303.75 0.29 0.22
Hex 47 27 45 0 2D 3 48 130 1D 16
Octal 107 47 105 0 55 3 110 460 35 26
Binary 1000111 100111 1000101 0 101101 11 1001000 100110000 11101 10110

Color Harmonies of #472745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472745

Black with #472745

Text Example


Text Example

White with #472745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472745; }

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

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

background-color css

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

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

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

border-color css

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

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

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