Html Css Color HEX #552950 Loulou

📋 copy color: '#552950'

red 85 ◦ green 41 ◦ blue 80

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

Shades of Loulou #552950

Tints of Loulou #552950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 41.26%
G = 19.9%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#552950 (or 0x552950) is known color: Loulou. HEX triplet: 55, 29 and 50. RGB value is (85,41,80). Sum of RGB (Red+Green+Blue) = 85+41+80=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552950 is #AAD6AF. Grayscale: #3A3A3A. Windows color (decimal): -11196080 or 5253461. OLE color: 5253461.

HSL color Cylindrical-coordinate representation of color #552950: hue angle of 306.82º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552950 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 80 -
CMYK 0 0.52 0.06 0.67
HSL 306.82º 0.35% 0.25% -
HSV(B) 306.82º 0.52% 0.33% -
XYZ 5.99 4.1 8.06 -
YUV 58.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 85 41 80 0 0.52 0.06 0.67 306.82 0.35 0.25
Hex 55 29 50 0 34 6 43 133 23 19
Octal 125 51 120 0 64 6 103 463 43 31
Binary 1010101 101001 1010000 0 110100 110 1000011 100110011 100011 11001

Color Harmonies of #552950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552950

Black with #552950

Text Example


Text Example

White with #552950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552950; }

 p { color: rgb(85,41,80); }

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

background-color css

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

 a { background-color: rgb(85,41,80); }

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

border-color css

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

 span { border-color: rgb(85,41,80); }

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