Html Css Color HEX #551C4F Loulou

📋 copy color: '#551C4F'

red 85 ◦ green 28 ◦ blue 79

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

Shades of Loulou #551C4F

Tints of Loulou #551C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 44.27%
G = 14.58%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#551C4F (or 0x551C4F) is known color: Loulou. HEX triplet: 55, 1C and 4F. RGB value is (85,28,79). Sum of RGB (Red+Green+Blue) = 85+28+79=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C4F is #AAE3B0. Grayscale: #323232. Windows color (decimal): -11199409 or 5184597. OLE color: 5184597.

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

Color convert

RGB 85 28 79 -
CMYK 0 0.67 0.07 0.67
HSL 306.32º 0.5% 0.22% -
HSV(B) 306.32º 0.67% 0.33% -
XYZ 5.57 3.33 7.75 -
YUV 50.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 85 28 79 0 0.67 0.07 0.67 306.32 0.5 0.22
Hex 55 1C 4F 0 43 7 43 132 32 16
Octal 125 34 117 0 103 7 103 462 62 26
Binary 1010101 11100 1001111 0 1000011 111 1000011 100110010 110010 10110

Color Harmonies of #551C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C4F

Black with #551C4F

Text Example


Text Example

White with #551C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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