Html Css Color HEX #553049 Loulou

📋 copy color: '#553049'

red 85 ◦ green 48 ◦ blue 73

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

Shades of Loulou #553049

Tints of Loulou #553049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 41.26%
G = 23.3%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#553049 (or 0x553049) is known color: Loulou. HEX triplet: 55, 30 and 49. RGB value is (85,48,73). Sum of RGB (Red+Green+Blue) = 85+48+73=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553049 is #AACFB6. Grayscale: #3D3D3D. Windows color (decimal): -11194295 or 4796501. OLE color: 4796501.

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

Color convert

RGB 85 48 73 -
CMYK 0 0.44 0.14 0.67
HSL 319.46º 0.28% 0.26% -
HSV(B) 319.46º 0.44% 0.33% -
XYZ 6.01 4.53 6.86 -
YUV 61.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 85 48 73 0 0.44 0.14 0.67 319.46 0.28 0.26
Hex 55 30 49 0 2C E 43 13F 1C 1A
Octal 125 60 111 0 54 16 103 477 34 32
Binary 1010101 110000 1001001 0 101100 1110 1000011 100111111 11100 11010

Color Harmonies of #553049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553049

Black with #553049

Text Example


Text Example

White with #553049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553049; }

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

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

background-color css

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

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

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

border-color css

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

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

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