Html Css Color HEX #553048 Loulou

📋 copy color: '#553048'

red 85 ◦ green 48 ◦ blue 72

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

Shades of Loulou #553048

Tints of Loulou #553048

RGB

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

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

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

R = 41.46%
G = 23.41%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553048 (or 0x553048) is known color: Loulou. HEX triplet: 55, 30 and 48. RGB value is (85,48,72). Sum of RGB (Red+Green+Blue) = 85+48+72=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553048 is #AACFB7. Grayscale: #3D3D3D. Windows color (decimal): -11194296 or 4730965. OLE color: 4730965.

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

Color convert

RGB 85 48 72 -
CMYK 0 0.44 0.15 0.67
HSL 321.08º 0.28% 0.26% -
HSV(B) 321.08º 0.44% 0.33% -
XYZ 5.97 4.51 6.69 -
YUV 61.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 85 48 72 0 0.44 0.15 0.67 321.08 0.28 0.26
Hex 55 30 48 0 2C F 43 141 1C 1A
Octal 125 60 110 0 54 17 103 501 34 32
Binary 1010101 110000 1001000 0 101100 1111 1000011 101000001 11100 11010

Color Harmonies of #553048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553048

Black with #553048

Text Example


Text Example

White with #553048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553048; }

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

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

background-color css

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

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

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

border-color css

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

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

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