Html Css Color HEX #552144 Loulou

📋 copy color: '#552144'

red 85 ◦ green 33 ◦ blue 68

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

Shades of Loulou #552144

Tints of Loulou #552144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 45.7%
G = 17.74%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#552144 (or 0x552144) is known color: Loulou. HEX triplet: 55, 21 and 44. RGB value is (85,33,68). Sum of RGB (Red+Green+Blue) = 85+33+68=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552144 is #AADEBB. Grayscale: #343434. Windows color (decimal): -11198140 or 4464981. OLE color: 4464981.

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

Color convert

RGB 85 33 68 -
CMYK 0 0.61 0.20 0.67
HSL 319.62º 0.44% 0.23% -
HSV(B) 319.62º 0.61% 0.33% -
XYZ 5.33 3.44 5.85 -
YUV 52.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 85 33 68 0 0.61 0.20 0.67 319.62 0.44 0.23
Hex 55 21 44 0 3D 14 43 140 2C 17
Octal 125 41 104 0 75 24 103 500 54 27
Binary 1010101 100001 1000100 0 111101 10100 1000011 101000000 101100 10111

Color Harmonies of #552144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552144

Black with #552144

Text Example


Text Example

White with #552144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552144; }

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

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

background-color css

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

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

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

border-color css

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

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

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