Html Css Color HEX #552D4C Loulou

📋 copy color: '#552D4C'

red 85 ◦ green 45 ◦ blue 76

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

Shades of Loulou #552D4C

Tints of Loulou #552D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 41.26%
G = 21.84%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#552D4C (or 0x552D4C) is known color: Loulou. HEX triplet: 55, 2D and 4C. RGB value is (85,45,76). Sum of RGB (Red+Green+Blue) = 85+45+76=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D4C is #AAD2B3. Grayscale: #3C3C3C. Windows color (decimal): -11195060 or 4992341. OLE color: 4992341.

HSL color Cylindrical-coordinate representation of color #552D4C: hue angle of 313.5º 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 #552D4C is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 76 -
CMYK 0 0.47 0.11 0.67
HSL 313.5º 0.31% 0.25% -
HSV(B) 313.5º 0.47% 0.33% -
XYZ 5.99 4.33 7.36 -
YUV 60.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 85 45 76 0 0.47 0.11 0.67 313.5 0.31 0.25
Hex 55 2D 4C 0 2F B 43 13A 1F 19
Octal 125 55 114 0 57 13 103 472 37 31
Binary 1010101 101101 1001100 0 101111 1011 1000011 100111010 11111 11001

Color Harmonies of #552D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D4C

Black with #552D4C

Text Example


Text Example

White with #552D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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