Html Css Color HEX #551B4F Loulou

📋 copy color: '#551B4F'

red 85 ◦ green 27 ◦ blue 79

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

Shades of Loulou #551B4F

Tints of Loulou #551B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 44.5%
G = 14.14%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#551B4F (or 0x551B4F) is known color: Loulou. HEX triplet: 55, 1B and 4F. RGB value is (85,27,79). Sum of RGB (Red+Green+Blue) = 85+27+79=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B4F is #AAE4B0. Grayscale: #323232. Windows color (decimal): -11199665 or 5184341. OLE color: 5184341.

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

Color convert

RGB 85 27 79 -
CMYK 0 0.68 0.07 0.67
HSL 306.21º 0.52% 0.22% -
HSV(B) 306.21º 0.68% 0.33% -
XYZ 5.55 3.28 7.74 -
YUV 50.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 85 27 79 0 0.68 0.07 0.67 306.21 0.52 0.22
Hex 55 1B 4F 0 44 7 43 132 34 16
Octal 125 33 117 0 104 7 103 462 64 26
Binary 1010101 11011 1001111 0 1000100 111 1000011 100110010 110100 10110

Color Harmonies of #551B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B4F

Black with #551B4F

Text Example


Text Example

White with #551B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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