Html Css Color HEX #552944 Loulou

📋 copy color: '#552944'

red 85 ◦ green 41 ◦ blue 68

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

Shades of Loulou #552944

Tints of Loulou #552944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 43.81%
G = 21.13%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#552944 (or 0x552944) is known color: Loulou. HEX triplet: 55, 29 and 44. RGB value is (85,41,68). Sum of RGB (Red+Green+Blue) = 85+41+68=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552944 is #AAD6BB. Grayscale: #393939. Windows color (decimal): -11196092 or 4467029. OLE color: 4467029.

HSL color Cylindrical-coordinate representation of color #552944: hue angle of 323.18º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552944 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 68 -
CMYK 0 0.52 0.20 0.67
HSL 323.18º 0.35% 0.25% -
HSV(B) 323.18º 0.52% 0.33% -
XYZ 5.58 3.93 5.93 -
YUV 57.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 85 41 68 0 0.52 0.20 0.67 323.18 0.35 0.25
Hex 55 29 44 0 34 14 43 143 23 19
Octal 125 51 104 0 64 24 103 503 43 31
Binary 1010101 101001 1000100 0 110100 10100 1000011 101000011 100011 11001

Color Harmonies of #552944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552944

Black with #552944

Text Example


Text Example

White with #552944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552944; }

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

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

background-color css

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

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

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

border-color css

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

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

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