Html Css Color HEX #552948 Loulou

📋 copy color: '#552948'

red 85 ◦ green 41 ◦ blue 72

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

Shades of Loulou #552948

Tints of Loulou #552948

RGB

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

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

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

R = 42.93%
G = 20.71%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#552948 (or 0x552948) is known color: Loulou. HEX triplet: 55, 29 and 48. RGB value is (85,41,72). Sum of RGB (Red+Green+Blue) = 85+41+72=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552948 is #AAD6B7. Grayscale: #393939. Windows color (decimal): -11196088 or 4729173. OLE color: 4729173.

HSL color Cylindrical-coordinate representation of color #552948: hue angle of 317.73º 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 #552948 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 72 -
CMYK 0 0.52 0.15 0.67
HSL 317.73º 0.35% 0.25% -
HSV(B) 317.73º 0.52% 0.33% -
XYZ 5.71 3.99 6.6 -
YUV 57.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 85 41 72 0 0.52 0.15 0.67 317.73 0.35 0.25
Hex 55 29 48 0 34 F 43 13E 23 19
Octal 125 51 110 0 64 17 103 476 43 31
Binary 1010101 101001 1001000 0 110100 1111 1000011 100111110 100011 11001

Color Harmonies of #552948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552948

Black with #552948

Text Example


Text Example

White with #552948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552948; }

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

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

background-color css

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

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

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

border-color css

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

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

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