Html Css Color HEX #552E48 Loulou

📋 copy color: '#552E48'

red 85 ◦ green 46 ◦ blue 72

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

Shades of Loulou #552E48

Tints of Loulou #552E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.66%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 41.87%
G = 22.66%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#552E48 (or 0x552E48) is known color: Loulou. HEX triplet: 55, 2E and 48. RGB value is (85,46,72). Sum of RGB (Red+Green+Blue) = 85+46+72=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E48 is #AAD1B7. Grayscale: #3C3C3C. Windows color (decimal): -11194808 or 4730453. OLE color: 4730453.

HSL color Cylindrical-coordinate representation of color #552E48: hue angle of 320º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E48 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 46 72 -
CMYK 0 0.46 0.15 0.67
HSL 320º 0.3% 0.26% -
HSV(B) 320º 0.46% 0.33% -
XYZ 5.89 4.35 6.66 -
YUV 60.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 85 46 72 0 0.46 0.15 0.67 320 0.3 0.26
Hex 55 2E 48 0 2E F 43 140 1E 1A
Octal 125 56 110 0 56 17 103 500 36 32
Binary 1010101 101110 1001000 0 101110 1111 1000011 101000000 11110 11010

Color Harmonies of #552E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E48

Black with #552E48

Text Example


Text Example

White with #552E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,72); }

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

background-color css

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

 a { background-color: rgb(85,46,72); }

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

border-color css

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

 span { border-color: rgb(85,46,72); }

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