Html Css Color HEX #551C45 Loulou

📋 copy color: '#551C45'

red 85 ◦ green 28 ◦ blue 69

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

Shades of Loulou #551C45

Tints of Loulou #551C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 46.7%
G = 15.38%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551C45 (or 0x551C45) is known color: Loulou. HEX triplet: 55, 1C and 45. RGB value is (85,28,69). Sum of RGB (Red+Green+Blue) = 85+28+69=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C45 is #AAE3BA. Grayscale: #313131. Windows color (decimal): -11199419 or 4529237. OLE color: 4529237.

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

Color convert

RGB 85 28 69 -
CMYK 0 0.67 0.19 0.67
HSL 316.84º 0.5% 0.22% -
HSV(B) 316.84º 0.67% 0.33% -
XYZ 5.24 3.19 5.97 -
YUV 49.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 85 28 69 0 0.67 0.19 0.67 316.84 0.5 0.22
Hex 55 1C 45 0 43 13 43 13D 32 16
Octal 125 34 105 0 103 23 103 475 62 26
Binary 1010101 11100 1000101 0 1000011 10011 1000011 100111101 110010 10110

Color Harmonies of #551C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C45

Black with #551C45

Text Example


Text Example

White with #551C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,28,69); }

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

background-color css

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

 a { background-color: rgb(85,28,69); }

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

border-color css

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

 span { border-color: rgb(85,28,69); }

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