Html Css Color HEX #553448 Loulou

📋 copy color: '#553448'

red 85 ◦ green 52 ◦ blue 72

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

Shades of Loulou #553448

Tints of Loulou #553448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 40.67%
G = 24.88%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553448 (or 0x553448) is known color: Loulou. HEX triplet: 55, 34 and 48. RGB value is (85,52,72). Sum of RGB (Red+Green+Blue) = 85+52+72=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553448 is #AACBB7. Grayscale: #404040. Windows color (decimal): -11193272 or 4731989. OLE color: 4731989.

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

Color convert

RGB 85 52 72 -
CMYK 0 0.39 0.15 0.67
HSL 323.64º 0.24% 0.27% -
HSV(B) 323.64º 0.39% 0.33% -
XYZ 6.14 4.86 6.74 -
YUV 64.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 85 52 72 0 0.39 0.15 0.67 323.64 0.24 0.27
Hex 55 34 48 0 27 F 43 144 18 1B
Octal 125 64 110 0 47 17 103 504 30 33
Binary 1010101 110100 1001000 0 100111 1111 1000011 101000100 11000 11011

Color Harmonies of #553448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553448

Black with #553448

Text Example


Text Example

White with #553448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553448; }

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

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

background-color css

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

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

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

border-color css

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

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

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