Html Css Color HEX #551649 Loulou

📋 copy color: '#551649'

red 85 ◦ green 22 ◦ blue 73

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

Shades of Loulou #551649

Tints of Loulou #551649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 47.22%
G = 12.22%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#551649 (or 0x551649) is known color: Loulou. HEX triplet: 55, 16 and 49. RGB value is (85,22,73). Sum of RGB (Red+Green+Blue) = 85+22+73=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551649 is #AAE9B6. Grayscale: #2E2E2E. Windows color (decimal): -11200951 or 4789845. OLE color: 4789845.

HSL color Cylindrical-coordinate representation of color #551649: hue angle of 311.43º 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 #551649 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 73 -
CMYK 0 0.74 0.14 0.67
HSL 311.43º 0.59% 0.21% -
HSV(B) 311.43º 0.74% 0.33% -
XYZ 5.24 2.99 6.6 -
YUV 46.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 85 22 73 0 0.74 0.14 0.67 311.43 0.59 0.21
Hex 55 16 49 0 4A E 43 137 3B 15
Octal 125 26 111 0 112 16 103 467 73 25
Binary 1010101 10110 1001001 0 1001010 1110 1000011 100110111 111011 10101

Color Harmonies of #551649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551649

Black with #551649

Text Example


Text Example

White with #551649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551649; }

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

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

background-color css

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

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

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

border-color css

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

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

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