Html Css Color HEX #551F45 Loulou

📋 copy color: '#551F45'

red 85 ◦ green 31 ◦ blue 69

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

Shades of Loulou #551F45

Tints of Loulou #551F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.76%

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

R = 45.95%
G = 16.76%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551F45 (or 0x551F45) is known color: Loulou. HEX triplet: 55, 1F and 45. RGB value is (85,31,69). Sum of RGB (Red+Green+Blue) = 85+31+69=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F45 is #AAE0BA. Grayscale: #333333. Windows color (decimal): -11198651 or 4530005. OLE color: 4530005.

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

Color convert

RGB 85 31 69 -
CMYK 0 0.64 0.19 0.67
HSL 317.78º 0.47% 0.23% -
HSV(B) 317.78º 0.64% 0.33% -
XYZ 5.31 3.34 6 -
YUV 51.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 85 31 69 0 0.64 0.19 0.67 317.78 0.47 0.23
Hex 55 1F 45 0 40 13 43 13E 2F 17
Octal 125 37 105 0 100 23 103 476 57 27
Binary 1010101 11111 1000101 0 1000000 10011 1000011 100111110 101111 10111

Color Harmonies of #551F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F45

Black with #551F45

Text Example


Text Example

White with #551F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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