Html Css Color HEX #551B45 Loulou

📋 copy color: '#551B45'

red 85 ◦ green 27 ◦ blue 69

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

Shades of Loulou #551B45

Tints of Loulou #551B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

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

R = 46.96%
G = 14.92%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551B45 (or 0x551B45) is known color: Loulou. HEX triplet: 55, 1B and 45. RGB value is (85,27,69). Sum of RGB (Red+Green+Blue) = 85+27+69=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B45 is #AAE4BA. Grayscale: #313131. Windows color (decimal): -11199675 or 4528981. OLE color: 4528981.

HSL color Cylindrical-coordinate representation of color #551B45: hue angle of 316.55º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B45 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 27 69 -
CMYK 0 0.68 0.19 0.67
HSL 316.55º 0.52% 0.22% -
HSV(B) 316.55º 0.68% 0.33% -
XYZ 5.21 3.14 5.96 -
YUV 49.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 85 27 69 0 0.68 0.19 0.67 316.55 0.52 0.22
Hex 55 1B 45 0 44 13 43 13D 34 16
Octal 125 33 105 0 104 23 103 475 64 26
Binary 1010101 11011 1000101 0 1000100 10011 1000011 100111101 110100 10110

Color Harmonies of #551B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B45

Black with #551B45

Text Example


Text Example

White with #551B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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