Html Css Color HEX #551A45 Loulou

📋 copy color: '#551A45'

red 85 ◦ green 26 ◦ blue 69

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

Shades of Loulou #551A45

Tints of Loulou #551A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

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

R = 47.22%
G = 14.44%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551A45 (or 0x551A45) is known color: Loulou. HEX triplet: 55, 1A and 45. RGB value is (85,26,69). Sum of RGB (Red+Green+Blue) = 85+26+69=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A45 is #AAE5BA. Grayscale: #303030. Windows color (decimal): -11199931 or 4528725. OLE color: 4528725.

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

Color convert

RGB 85 26 69 -
CMYK 0 0.69 0.19 0.67
HSL 316.27º 0.53% 0.22% -
HSV(B) 316.27º 0.69% 0.33% -
XYZ 5.19 3.1 5.96 -
YUV 48.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 85 26 69 0 0.69 0.19 0.67 316.27 0.53 0.22
Hex 55 1A 45 0 45 13 43 13C 35 16
Octal 125 32 105 0 105 23 103 474 65 26
Binary 1010101 11010 1000101 0 1000101 10011 1000011 100111100 110101 10110

Color Harmonies of #551A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A45

Black with #551A45

Text Example


Text Example

White with #551A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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