Html Css Color HEX #551F46 Loulou

📋 copy color: '#551F46'

red 85 ◦ green 31 ◦ blue 70

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

Shades of Loulou #551F46

Tints of Loulou #551F46

RGB

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

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

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

R = 45.7%
G = 16.67%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551F46 (or 0x551F46) is known color: Loulou. HEX triplet: 55, 1F and 46. RGB value is (85,31,70). Sum of RGB (Red+Green+Blue) = 85+31+70=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F46 is #AAE0B9. Grayscale: #333333. Windows color (decimal): -11198650 or 4595541. OLE color: 4595541.

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

Color convert

RGB 85 31 70 -
CMYK 0 0.64 0.18 0.67
HSL 316.67º 0.47% 0.23% -
HSV(B) 316.67º 0.64% 0.33% -
XYZ 5.34 3.35 6.16 -
YUV 51.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 85 31 70 0 0.64 0.18 0.67 316.67 0.47 0.23
Hex 55 1F 46 0 40 12 43 13D 2F 17
Octal 125 37 106 0 100 22 103 475 57 27
Binary 1010101 11111 1000110 0 1000000 10010 1000011 100111101 101111 10111

Color Harmonies of #551F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F46

Black with #551F46

Text Example


Text Example

White with #551F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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