Html Css Color HEX #552248 Loulou

📋 copy color: '#552248'

red 85 ◦ green 34 ◦ blue 72

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

Shades of Loulou #552248

Tints of Loulou #552248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

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

R = 44.5%
G = 17.8%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#552248 (or 0x552248) is known color: Loulou. HEX triplet: 55, 22 and 48. RGB value is (85,34,72). Sum of RGB (Red+Green+Blue) = 85+34+72=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552248 is #AADDB7. Grayscale: #353535. Windows color (decimal): -11197880 or 4727381. OLE color: 4727381.

HSL color Cylindrical-coordinate representation of color #552248: hue angle of 315.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552248 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 72 -
CMYK 0 0.60 0.15 0.67
HSL 315.29º 0.43% 0.23% -
HSV(B) 315.29º 0.6% 0.33% -
XYZ 5.49 3.54 6.53 -
YUV 53.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 85 34 72 0 0.60 0.15 0.67 315.29 0.43 0.23
Hex 55 22 48 0 3C F 43 13B 2B 17
Octal 125 42 110 0 74 17 103 473 53 27
Binary 1010101 100010 1001000 0 111100 1111 1000011 100111011 101011 10111

Color Harmonies of #552248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552248

Black with #552248

Text Example


Text Example

White with #552248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552248; }

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

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

background-color css

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

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

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

border-color css

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

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

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