Html Css Color HEX #552A46 Loulou

📋 copy color: '#552A46'

red 85 ◦ green 42 ◦ blue 70

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

Shades of Loulou #552A46

Tints of Loulou #552A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 43.15%
G = 21.32%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#552A46 (or 0x552A46) is known color: Loulou. HEX triplet: 55, 2A and 46. RGB value is (85,42,70). Sum of RGB (Red+Green+Blue) = 85+42+70=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A46 is #AAD5B9. Grayscale: #393939. Windows color (decimal): -11195834 or 4598357. OLE color: 4598357.

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

Color convert

RGB 85 42 70 -
CMYK 0 0.51 0.18 0.67
HSL 320.93º 0.34% 0.25% -
HSV(B) 320.93º 0.51% 0.33% -
XYZ 5.68 4.03 6.27 -
YUV 58.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 85 42 70 0 0.51 0.18 0.67 320.93 0.34 0.25
Hex 55 2A 46 0 33 12 43 141 22 19
Octal 125 52 106 0 63 22 103 501 42 31
Binary 1010101 101010 1000110 0 110011 10010 1000011 101000001 100010 11001

Color Harmonies of #552A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A46

Black with #552A46

Text Example


Text Example

White with #552A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,42,70); }

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

background-color css

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

 a { background-color: rgb(85,42,70); }

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

border-color css

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

 span { border-color: rgb(85,42,70); }

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