Html Css Color HEX #552148 Loulou

📋 copy color: '#552148'

red 85 ◦ green 33 ◦ blue 72

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

Shades of Loulou #552148

Tints of Loulou #552148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

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

R = 44.74%
G = 17.37%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#552148 (or 0x552148) is known color: Loulou. HEX triplet: 55, 21 and 48. RGB value is (85,33,72). Sum of RGB (Red+Green+Blue) = 85+33+72=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552148 is #AADEB7. Grayscale: #343434. Windows color (decimal): -11198136 or 4727125. OLE color: 4727125.

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

Color convert

RGB 85 33 72 -
CMYK 0 0.61 0.15 0.67
HSL 315º 0.44% 0.23% -
HSV(B) 315º 0.61% 0.33% -
XYZ 5.46 3.49 6.52 -
YUV 52.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 85 33 72 0 0.61 0.15 0.67 315 0.44 0.23
Hex 55 21 48 0 3D F 43 13B 2C 17
Octal 125 41 110 0 75 17 103 473 54 27
Binary 1010101 100001 1001000 0 111101 1111 1000011 100111011 101100 10111

Color Harmonies of #552148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552148

Black with #552148

Text Example


Text Example

White with #552148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552148; }

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

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

background-color css

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

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

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

border-color css

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

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

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