Html Css Color HEX #552B44 Loulou

📋 copy color: '#552B44'

red 85 ◦ green 43 ◦ blue 68

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

Shades of Loulou #552B44

Tints of Loulou #552B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.94%

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

R = 43.37%
G = 21.94%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#552B44 (or 0x552B44) is known color: Loulou. HEX triplet: 55, 2B and 44. RGB value is (85,43,68). Sum of RGB (Red+Green+Blue) = 85+43+68=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #552B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B44 is #AAD4BB. Grayscale: #3A3A3A. Windows color (decimal): -11195580 or 4467541. OLE color: 4467541.

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

Color convert

RGB 85 43 68 -
CMYK 0 0.49 0.20 0.67
HSL 324.29º 0.33% 0.25% -
HSV(B) 324.29º 0.49% 0.33% -
XYZ 5.65 4.08 5.96 -
YUV 58.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 85 43 68 0 0.49 0.20 0.67 324.29 0.33 0.25
Hex 55 2B 44 0 31 14 43 144 21 19
Octal 125 53 104 0 61 24 103 504 41 31
Binary 1010101 101011 1000100 0 110001 10100 1000011 101000100 100001 11001

Color Harmonies of #552B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B44

Black with #552B44

Text Example


Text Example

White with #552B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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