Html Css Color HEX #551948 Loulou

📋 copy color: '#551948'

red 85 ◦ green 25 ◦ blue 72

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

Shades of Loulou #551948

Tints of Loulou #551948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 46.7%
G = 13.74%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#551948 (or 0x551948) is known color: Loulou. HEX triplet: 55, 19 and 48. RGB value is (85,25,72). Sum of RGB (Red+Green+Blue) = 85+25+72=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551948 is #AAE6B7. Grayscale: #303030. Windows color (decimal): -11200184 or 4725077. OLE color: 4725077.

HSL color Cylindrical-coordinate representation of color #551948: hue angle of 313º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551948 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 72 -
CMYK 0 0.71 0.15 0.67
HSL 313º 0.55% 0.22% -
HSV(B) 313º 0.71% 0.33% -
XYZ 5.26 3.09 6.45 -
YUV 48.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 85 25 72 0 0.71 0.15 0.67 313 0.55 0.22
Hex 55 19 48 0 47 F 43 139 37 16
Octal 125 31 110 0 107 17 103 471 67 26
Binary 1010101 11001 1001000 0 1000111 1111 1000011 100111001 110111 10110

Color Harmonies of #551948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551948

Black with #551948

Text Example


Text Example

White with #551948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551948; }

 p { color: rgb(85,25,72); }

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

background-color css

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

 a { background-color: rgb(85,25,72); }

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

border-color css

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

 span { border-color: rgb(85,25,72); }

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