Html Css Color HEX #552F47 Loulou

📋 copy color: '#552F47'

red 85 ◦ green 47 ◦ blue 71

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

Shades of Loulou #552F47

Tints of Loulou #552F47

RGB

 RED value IS 85 (33.59% from 255) = 41.87%

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 41.87%
G = 23.15%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#552F47 (or 0x552F47) is known color: Loulou. HEX triplet: 55, 2F and 47. RGB value is (85,47,71). Sum of RGB (Red+Green+Blue) = 85+47+71=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F47 is #AAD0B8. Grayscale: #3D3D3D. Windows color (decimal): -11194553 or 4665173. OLE color: 4665173.

HSL color Cylindrical-coordinate representation of color #552F47: hue angle of 322.11º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F47 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 71 -
CMYK 0 0.45 0.16 0.67
HSL 322.11º 0.29% 0.26% -
HSV(B) 322.11º 0.45% 0.33% -
XYZ 5.9 4.42 6.5 -
YUV 61.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 85 47 71 0 0.45 0.16 0.67 322.11 0.29 0.26
Hex 55 2F 47 0 2D 10 43 142 1D 1A
Octal 125 57 107 0 55 20 103 502 35 32
Binary 1010101 101111 1000111 0 101101 10000 1000011 101000010 11101 11010

Color Harmonies of #552F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F47

Black with #552F47

Text Example


Text Example

White with #552F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F47; }

 p { color: rgb(85,47,71); }

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

background-color css

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

 a { background-color: rgb(85,47,71); }

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

border-color css

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

 span { border-color: rgb(85,47,71); }

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