Html Css Color HEX #551F4F Loulou

📋 copy color: '#551F4F'

red 85 ◦ green 31 ◦ blue 79

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

Shades of Loulou #551F4F

Tints of Loulou #551F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 43.59%
G = 15.9%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#551F4F (or 0x551F4F) is known color: Loulou. HEX triplet: 55, 1F and 4F. RGB value is (85,31,79). Sum of RGB (Red+Green+Blue) = 85+31+79=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #551F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F4F is #AAE0B0. Grayscale: #343434. Windows color (decimal): -11198641 or 5185365. OLE color: 5185365.

HSL color Cylindrical-coordinate representation of color #551F4F: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F4F is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 79 -
CMYK 0 0.64 0.07 0.67
HSL 306.67º 0.47% 0.23% -
HSV(B) 306.67º 0.64% 0.33% -
XYZ 5.65 3.48 7.77 -
YUV 52.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 85 31 79 0 0.64 0.07 0.67 306.67 0.47 0.23
Hex 55 1F 4F 0 40 7 43 133 2F 17
Octal 125 37 117 0 100 7 103 463 57 27
Binary 1010101 11111 1001111 0 1000000 111 1000011 100110011 101111 10111

Color Harmonies of #551F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F4F

Black with #551F4F

Text Example


Text Example

White with #551F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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