Html Css Color HEX #552C4D Loulou

📋 copy color: '#552C4D'

red 85 ◦ green 44 ◦ blue 77

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

Shades of Loulou #552C4D

Tints of Loulou #552C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 41.26%
G = 21.36%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#552C4D (or 0x552C4D) is known color: Loulou. HEX triplet: 55, 2C and 4D. RGB value is (85,44,77). Sum of RGB (Red+Green+Blue) = 85+44+77=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C4D is #AAD3B2. Grayscale: #3B3B3B. Windows color (decimal): -11195315 or 5057621. OLE color: 5057621.

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

Color convert

RGB 85 44 77 -
CMYK 0 0.48 0.09 0.67
HSL 311.71º 0.32% 0.25% -
HSV(B) 311.71º 0.48% 0.33% -
XYZ 5.99 4.27 7.53 -
YUV 60.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 85 44 77 0 0.48 0.09 0.67 311.71 0.32 0.25
Hex 55 2C 4D 0 30 9 43 138 20 19
Octal 125 54 115 0 60 11 103 470 40 31
Binary 1010101 101100 1001101 0 110000 1001 1000011 100111000 100000 11001

Color Harmonies of #552C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C4D

Black with #552C4D

Text Example


Text Example

White with #552C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,77); }

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

background-color css

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

 a { background-color: rgb(85,44,77); }

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

border-color css

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

 span { border-color: rgb(85,44,77); }

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