Html Css Color HEX #551B46 Loulou

📋 copy color: '#551B46'

red 85 ◦ green 27 ◦ blue 70

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

Shades of Loulou #551B46

Tints of Loulou #551B46

RGB

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

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

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

R = 46.7%
G = 14.84%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551B46 (or 0x551B46) is known color: Loulou. HEX triplet: 55, 1B and 46. RGB value is (85,27,70). Sum of RGB (Red+Green+Blue) = 85+27+70=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B46 is #AAE4B9. Grayscale: #313131. Windows color (decimal): -11199674 or 4594517. OLE color: 4594517.

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

Color convert

RGB 85 27 70 -
CMYK 0 0.68 0.18 0.67
HSL 315.52º 0.52% 0.22% -
HSV(B) 315.52º 0.68% 0.33% -
XYZ 5.24 3.16 6.13 -
YUV 49.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 85 27 70 0 0.68 0.18 0.67 315.52 0.52 0.22
Hex 55 1B 46 0 44 12 43 13C 34 16
Octal 125 33 106 0 104 22 103 474 64 26
Binary 1010101 11011 1000110 0 1000100 10010 1000011 100111100 110100 10110

Color Harmonies of #551B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B46

Black with #551B46

Text Example


Text Example

White with #551B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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