Html Css Color HEX #551C44 Loulou

📋 copy color: '#551C44'

red 85 ◦ green 28 ◦ blue 68

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

Shades of Loulou #551C44

Tints of Loulou #551C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 46.96%
G = 15.47%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#551C44 (or 0x551C44) is known color: Loulou. HEX triplet: 55, 1C and 44. RGB value is (85,28,68). Sum of RGB (Red+Green+Blue) = 85+28+68=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C44 is #AAE3BB. Grayscale: #313131. Windows color (decimal): -11199420 or 4463701. OLE color: 4463701.

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

Color convert

RGB 85 28 68 -
CMYK 0 0.67 0.20 0.67
HSL 317.89º 0.5% 0.22% -
HSV(B) 317.89º 0.67% 0.33% -
XYZ 5.2 3.18 5.81 -
YUV 49.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 85 28 68 0 0.67 0.20 0.67 317.89 0.5 0.22
Hex 55 1C 44 0 43 14 43 13E 32 16
Octal 125 34 104 0 103 24 103 476 62 26
Binary 1010101 11100 1000100 0 1000011 10100 1000011 100111110 110010 10110

Color Harmonies of #551C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C44

Black with #551C44

Text Example


Text Example

White with #551C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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