Html Css Color HEX #472145 Loulou

📋 copy color: '#472145'

red 71 ◦ green 33 ◦ blue 69

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

Shades of Loulou #472145

Tints of Loulou #472145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 41.04%
G = 19.08%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472145 (or 0x472145) is known color: Loulou. HEX triplet: 47, 21 and 45. RGB value is (71,33,69). Sum of RGB (Red+Green+Blue) = 71+33+69=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472145 is #B8DEBA. Grayscale: #303030. Windows color (decimal): -12115643 or 4530503. OLE color: 4530503.

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

Color convert

RGB 71 33 69 -
CMYK 0 0.54 0.03 0.72
HSL 303.16º 0.37% 0.2% -
HSV(B) 303.16º 0.54% 0.28% -
XYZ 4.22 2.86 5.96 -
YUV 48.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 71 33 69 0 0.54 0.03 0.72 303.16 0.37 0.2
Hex 47 21 45 0 36 3 48 12F 25 14
Octal 107 41 105 0 66 3 110 457 45 24
Binary 1000111 100001 1000101 0 110110 11 1001000 100101111 100101 10100

Color Harmonies of #472145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472145

Black with #472145

Text Example


Text Example

White with #472145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472145; }

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

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

background-color css

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

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

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

border-color css

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

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

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