Html Css Color HEX #552D4F Loulou

📋 copy color: '#552D4F'

red 85 ◦ green 45 ◦ blue 79

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

Shades of Loulou #552D4F

Tints of Loulou #552D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 40.67%
G = 21.53%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#552D4F (or 0x552D4F) is known color: Loulou. HEX triplet: 55, 2D and 4F. RGB value is (85,45,79). Sum of RGB (Red+Green+Blue) = 85+45+79=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #552D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D4F is #AAD2B0. Grayscale: #3C3C3C. Windows color (decimal): -11195057 or 5188949. OLE color: 5188949.

HSL color Cylindrical-coordinate representation of color #552D4F: hue angle of 309º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D4F is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 79 -
CMYK 0 0.47 0.07 0.67
HSL 309º 0.31% 0.25% -
HSV(B) 309º 0.47% 0.33% -
XYZ 6.1 4.37 7.92 -
YUV 60.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 85 45 79 0 0.47 0.07 0.67 309 0.31 0.25
Hex 55 2D 4F 0 2F 7 43 135 1F 19
Octal 125 55 117 0 57 7 103 465 37 31
Binary 1010101 101101 1001111 0 101111 111 1000011 100110101 11111 11001

Color Harmonies of #552D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D4F

Black with #552D4F

Text Example


Text Example

White with #552D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,79); }

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

background-color css

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

 a { background-color: rgb(85,45,79); }

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

border-color css

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

 span { border-color: rgb(85,45,79); }

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