Html Css Color HEX #472045 Loulou

📋 copy color: '#472045'

red 71 ◦ green 32 ◦ blue 69

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

Shades of Loulou #472045

Tints of Loulou #472045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 41.28%
G = 18.6%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472045 (or 0x472045) is known color: Loulou. HEX triplet: 47, 20 and 45. RGB value is (71,32,69). Sum of RGB (Red+Green+Blue) = 71+32+69=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472045 is #B8DFBA. Grayscale: #2F2F2F. Windows color (decimal): -12115899 or 4530247. OLE color: 4530247.

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

Color convert

RGB 71 32 69 -
CMYK 0 0.55 0.03 0.72
HSL 303.08º 0.38% 0.2% -
HSV(B) 303.08º 0.55% 0.28% -
XYZ 4.19 2.8 5.95 -
YUV 47.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 71 32 69 0 0.55 0.03 0.72 303.08 0.38 0.2
Hex 47 20 45 0 37 3 48 12F 26 14
Octal 107 40 105 0 67 3 110 457 46 24
Binary 1000111 100000 1000101 0 110111 11 1001000 100101111 100110 10100

Color Harmonies of #472045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472045

Black with #472045

Text Example


Text Example

White with #472045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472045; }

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

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

background-color css

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

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

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

border-color css

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

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

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