Html Css Color HEX #552B45 Loulou

📋 copy color: '#552B45'

red 85 ◦ green 43 ◦ blue 69

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

Shades of Loulou #552B45

Tints of Loulou #552B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 43.15%
G = 21.83%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#552B45 (or 0x552B45) is known color: Loulou. HEX triplet: 55, 2B and 45. RGB value is (85,43,69). Sum of RGB (Red+Green+Blue) = 85+43+69=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B45 is #AAD4BA. Grayscale: #3A3A3A. Windows color (decimal): -11195579 or 4533077. OLE color: 4533077.

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

Color convert

RGB 85 43 69 -
CMYK 0 0.49 0.19 0.67
HSL 322.86º 0.33% 0.25% -
HSV(B) 322.86º 0.49% 0.33% -
XYZ 5.68 4.09 6.12 -
YUV 58.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 85 43 69 0 0.49 0.19 0.67 322.86 0.33 0.25
Hex 55 2B 45 0 31 13 43 143 21 19
Octal 125 53 105 0 61 23 103 503 41 31
Binary 1010101 101011 1000101 0 110001 10011 1000011 101000011 100001 11001

Color Harmonies of #552B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B45

Black with #552B45

Text Example


Text Example

White with #552B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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