Html Css Color HEX #552544 Loulou

📋 copy color: '#552544'

red 85 ◦ green 37 ◦ blue 68

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

Shades of Loulou #552544

Tints of Loulou #552544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 44.74%
G = 19.47%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#552544 (or 0x552544) is known color: Loulou. HEX triplet: 55, 25 and 44. RGB value is (85,37,68). Sum of RGB (Red+Green+Blue) = 85+37+68=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552544 is #AADABB. Grayscale: #363636. Windows color (decimal): -11197116 or 4466005. OLE color: 4466005.

HSL color Cylindrical-coordinate representation of color #552544: hue angle of 321.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552544 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 68 -
CMYK 0 0.56 0.20 0.67
HSL 321.25º 0.39% 0.24% -
HSV(B) 321.25º 0.56% 0.33% -
XYZ 5.45 3.67 5.89 -
YUV 54.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 85 37 68 0 0.56 0.20 0.67 321.25 0.39 0.24
Hex 55 25 44 0 38 14 43 141 27 18
Octal 125 45 104 0 70 24 103 501 47 30
Binary 1010101 100101 1000100 0 111000 10100 1000011 101000001 100111 11000

Color Harmonies of #552544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552544

Black with #552544

Text Example


Text Example

White with #552544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552544; }

 p { color: rgb(85,37,68); }

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

background-color css

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

 a { background-color: rgb(85,37,68); }

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

border-color css

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

 span { border-color: rgb(85,37,68); }

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