Html Css Color HEX #552448 Loulou

📋 copy color: '#552448'

red 85 ◦ green 36 ◦ blue 72

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

Shades of Loulou #552448

Tints of Loulou #552448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 44.04%
G = 18.65%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#552448 (or 0x552448) is known color: Loulou. HEX triplet: 55, 24 and 48. RGB value is (85,36,72). Sum of RGB (Red+Green+Blue) = 85+36+72=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552448 is #AADBB7. Grayscale: #363636. Windows color (decimal): -11197368 or 4727893. OLE color: 4727893.

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

Color convert

RGB 85 36 72 -
CMYK 0 0.58 0.15 0.67
HSL 315.92º 0.4% 0.24% -
HSV(B) 315.92º 0.58% 0.33% -
XYZ 5.55 3.66 6.55 -
YUV 54.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 85 36 72 0 0.58 0.15 0.67 315.92 0.4 0.24
Hex 55 24 48 0 3A F 43 13C 28 18
Octal 125 44 110 0 72 17 103 474 50 30
Binary 1010101 100100 1001000 0 111010 1111 1000011 100111100 101000 11000

Color Harmonies of #552448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552448

Black with #552448

Text Example


Text Example

White with #552448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552448; }

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

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

background-color css

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

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

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

border-color css

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

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

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