Html Css Color HEX #552B46 Loulou

📋 copy color: '#552B46'

red 85 ◦ green 43 ◦ blue 70

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

Shades of Loulou #552B46

Tints of Loulou #552B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 42.93%
G = 21.72%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#552B46 (or 0x552B46) is known color: Loulou. HEX triplet: 55, 2B and 46. RGB value is (85,43,70). Sum of RGB (Red+Green+Blue) = 85+43+70=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B46 is #AAD4B9. Grayscale: #3A3A3A. Windows color (decimal): -11195578 or 4598613. OLE color: 4598613.

HSL color Cylindrical-coordinate representation of color #552B46: hue angle of 321.43º 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 #552B46 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 70 -
CMYK 0 0.49 0.18 0.67
HSL 321.43º 0.33% 0.25% -
HSV(B) 321.43º 0.49% 0.33% -
XYZ 5.72 4.1 6.28 -
YUV 58.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 85 43 70 0 0.49 0.18 0.67 321.43 0.33 0.25
Hex 55 2B 46 0 31 12 43 141 21 19
Octal 125 53 106 0 61 22 103 501 41 31
Binary 1010101 101011 1000110 0 110001 10010 1000011 101000001 100001 11001

Color Harmonies of #552B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B46

Black with #552B46

Text Example


Text Example

White with #552B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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