Html Css Color HEX #553249 Loulou

📋 copy color: '#553249'

red 85 ◦ green 50 ◦ blue 73

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

Shades of Loulou #553249

Tints of Loulou #553249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 40.87%
G = 24.04%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#553249 (or 0x553249) is known color: Loulou. HEX triplet: 55, 32 and 49. RGB value is (85,50,73). Sum of RGB (Red+Green+Blue) = 85+50+73=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553249 is #AACDB6. Grayscale: #3F3F3F. Windows color (decimal): -11193783 or 4797013. OLE color: 4797013.

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

Color convert

RGB 85 50 73 -
CMYK 0 0.41 0.14 0.67
HSL 320.57º 0.26% 0.26% -
HSV(B) 320.57º 0.41% 0.33% -
XYZ 6.09 4.69 6.89 -
YUV 63.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 85 50 73 0 0.41 0.14 0.67 320.57 0.26 0.26
Hex 55 32 49 0 29 E 43 141 1A 1A
Octal 125 62 111 0 51 16 103 501 32 32
Binary 1010101 110010 1001001 0 101001 1110 1000011 101000001 11010 11010

Color Harmonies of #553249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553249

Black with #553249

Text Example


Text Example

White with #553249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553249; }

 p { color: rgb(85,50,73); }

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

background-color css

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

 a { background-color: rgb(85,50,73); }

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

border-color css

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

 span { border-color: rgb(85,50,73); }

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