Html Css Color HEX #551647 Loulou

📋 copy color: '#551647'

red 85 ◦ green 22 ◦ blue 71

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

Shades of Loulou #551647

Tints of Loulou #551647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 47.75%
G = 12.36%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#551647 (or 0x551647) is known color: Loulou. HEX triplet: 55, 16 and 47. RGB value is (85,22,71). Sum of RGB (Red+Green+Blue) = 85+22+71=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551647 is #AAE9B8. Grayscale: #2E2E2E. Windows color (decimal): -11200953 or 4658773. OLE color: 4658773.

HSL color Cylindrical-coordinate representation of color #551647: hue angle of 313.33º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551647 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 71 -
CMYK 0 0.74 0.16 0.67
HSL 313.33º 0.59% 0.21% -
HSV(B) 313.33º 0.74% 0.33% -
XYZ 5.17 2.96 6.26 -
YUV 46.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 85 22 71 0 0.74 0.16 0.67 313.33 0.59 0.21
Hex 55 16 47 0 4A 10 43 139 3B 15
Octal 125 26 107 0 112 20 103 471 73 25
Binary 1010101 10110 1000111 0 1001010 10000 1000011 100111001 111011 10101

Color Harmonies of #551647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551647

Black with #551647

Text Example


Text Example

White with #551647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551647; }

 p { color: rgb(85,22,71); }

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

background-color css

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

 a { background-color: rgb(85,22,71); }

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

border-color css

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

 span { border-color: rgb(85,22,71); }

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