Html Css Color HEX #552547 Loulou

📋 copy color: '#552547'

red 85 ◦ green 37 ◦ blue 71

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

Shades of Loulou #552547

Tints of Loulou #552547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 44.04%
G = 19.17%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#552547 (or 0x552547) is known color: Loulou. HEX triplet: 55, 25 and 47. RGB value is (85,37,71). Sum of RGB (Red+Green+Blue) = 85+37+71=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552547 is #AADAB8. Grayscale: #373737. Windows color (decimal): -11197113 or 4662613. OLE color: 4662613.

HSL color Cylindrical-coordinate representation of color #552547: hue angle of 317.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552547 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 71 -
CMYK 0 0.56 0.16 0.67
HSL 317.5º 0.39% 0.24% -
HSV(B) 317.5º 0.56% 0.33% -
XYZ 5.55 3.71 6.38 -
YUV 55.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 85 37 71 0 0.56 0.16 0.67 317.5 0.39 0.24
Hex 55 25 47 0 38 10 43 13E 27 18
Octal 125 45 107 0 70 20 103 476 47 30
Binary 1010101 100101 1000111 0 111000 10000 1000011 100111110 100111 11000

Color Harmonies of #552547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552547

Black with #552547

Text Example


Text Example

White with #552547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552547; }

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

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

background-color css

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

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

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

border-color css

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

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

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